简体   繁体   中英

Image gallery with slider on a lightbox

Hi guys I'm trying to replicate a gallery on wix website Do you know any plugin that is best use for this? It's a gallery then when click it will become a lightbox with a slider inside.

This is my HTML code

   <div id="loyalty-slider" class="gallery">
      <div class="media"><img class="media__image" src="images/loyalty-img-01.png">
        <div class="media__body">
          <h3>I'm a title</h3>
          <p>I'm a description</p>
        </div>
      </div>

      <div class="media"><img class="media__image" src="images/loyalty-img-02.png">
        <div class="media__body">
          <h3>I'm a title</h3>
          <p>I'm a description</p>
        </div>
      </div>

      <div class="media"><img class="media__image" src="images/loyalty-img-03.png">
        <div class="media__body">
          <h3>I'm a title</h3>
          <p>I'm a description</p>
        </div>
      </div>

      <div class="media"><img class="media__image" src="images/loyalty-img-03.png">
        <div class="media__body">
          <h3>I'm a title</h3>
          <p>I'm a description</p>
        </div>
      </div>
    </div>
  </div>

在此处输入图片说明

在此处输入图片说明

Hope you can help me.

Thanks!

Try with this below link.

http://tosrus.frebsite.nl/examples.php

这可以为您提供启动服务: http : //ashleydw.github.io/lightbox/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM