WebSlides - Documentation 1.5.0

  • WebSlides
  • Documentation
  • Demos

WebSlides - Documentation 1.5.0

  • Introduction
  • Forms
  • Landings and portfolio
  • Layout
  • Longform
  • Media
  • Multipurpose blocks
  • Typography

Gallery + Overflow

Beautiful gallery with overlay content

Example
  • New York

    1,234 rooms

    Thumbnail
  • uWatch

    December 2017
    Thumbnail
  • Ellen Daniels

    CEO

    Thumbnail
Markup
<ul class="flexblock gallery">
  <li>
    <a href="#">
      <div class="overlay">
        <h2>New York</h2>
        <p>1,234 rooms</p>
      </div>
      <img alt="Thumbnail " src="https://source.unsplash.com/-sQ4FsomXEs/800x600">
    </a>
  </li>
  <li>
    <a href="#">
      <div class="overlay">
        <h2>uWatch</h2>
        <time datetime="2017-12-17T21:23:34-05:00">December 2017</time>
      </div>
      <img alt="Thumbnail" src="https://source.unsplash.com/vCF5sB7QecM/800x600">
    </a>
  </li>
  <li>
    <a href="#">
      <div class="overlay">
        <h2>Ellen Daniels</h2>
        <p>CEO</p>
      </div>
      <img alt="Thumbnail" src="https://source.unsplash.com/yvx7LSZSzeo/800x600">
    </a>
  </li>
</ul>
Source: modules/_flexblock-gallery.scss, line 47