UI Schema

Images

×island
An island or isle is any piece of sub-continental land that is surrounded by water.
×desert
A desert is a barren area of land where little precipitation occurs and consequently living conditions are hostile for plant and animal life.
<img class="ui-image-circular" height="100" src="http://oss.arxitics.com/images/emoji/camping.svg" alt="camping">
<img class="ui-image-hexagon" height="100" src="http://oss.arxitics.com/images/emoji/desert.svg" alt="desert">
<img class="ui-image-rounded" height="100" src="http://oss.arxitics.com/images/emoji/park.svg" alt="park">
<img class="ui-image-thumbnail" height="100" src="http://oss.arxitics.com/images/emoji/beach.svg" alt="beach">
<a class="ui-image-lightbox" href="#island">
  <img class="ui-image-thumbnail" width="100" height="100" src="http://oss.arxitics.com/images/emoji/island.svg" alt="island">
  <span class="ui-image-reveal">Island</span>
</a>
<div id="island" class="ui-lightbox-content">
  <figure class="ui-absolute-center ui-text-center">
    <a class="ui-nav-left" href="#">&times;</a>
    <a class="ui-nav-right" href="#desert">&rarr;</a>
    <a href="https://en.wikipedia.org/wiki/Island" target="_blank">
      <img width="600" src="http://oss.arxitics.com/images/emoji/island.svg" alt="island">
    </a>
    <figcaption class="ui-skip-medium">
      An island or isle is any piece of sub-continental land that is surrounded by water.
    </figcaption>
  </figure>
</div>
<div id="desert" class="ui-lightbox-content">
  <figure class="ui-absolute-center ui-text-center">
    <a class="ui-nav-left" href="#island">&larr;</a>
    <a class="ui-nav-right" href="#">&times;</a>
    <a href="https://en.wikipedia.org/wiki/Desert" target="_blank">
      <img width="600" src="http://oss.arxitics.com/images/emoji/desert.svg" alt="desert">
    </a>
    <figcaption class="ui-skip-medium">
      A desert is a barren area of land where little precipitation occurs and consequently living conditions are hostile for plant and animal life.
    </figcaption>
  </figure>
</div>