Posts

Median UI All Typography's & Writing Formats

So, the Median UI v1.6 blogger theme has been launched greater than one year in the past, however, the documentation has no longer been updated for v1.6, so I have researched a little bit on it and tried to make documentation on all typography and writing layout of Median UI v1.6

Image with Grid Layout

<div class="psImg grImg">
  <div class="zmImg">
    <img class="lazy loaded" src="YOUR-IMAGE-LINK-HERE" onclick="return false" lazied="">
  </div>
  <div class="zmImg">
    <img class="lazy loaded" src="YOUR-IMAGE-LINK-HERE" onclick="return false" lazied="">
  </div>
  <div class="zmImg">
    <img class="lazy loaded" src="YOUR-IMAGE-LINK-HERE" onclick="return false" lazied="">
  </div>
  <div class="zmImg">
    <img class="lazy loaded" src="YOUR-IMAGE-LINK-HERE" onclick="return false" lazied="">
  </div>
</div>

YOUR-IMAGE-LINK-HERE - change this with your image link.

Image with Show All Function

Used to hide some images and will be shown when the user clicks the 'Show All' button. Show All function can only be activated once, Images cannot be hidden again when you activate it



Post a Comment