• Hi

    I need to know how to get responsive lightbox behaviour in my website

    1. i installed the plugin

    2. i customized the settings of the plugin

    3. on a page i made a gallery like follows

    <div class=”portfolio-list”>

    • <img class=”fancybox” src=”http://www.sh.com/wp-

      content/uploads/2015/11/Maryland.jpg” alt=”IMG-20150728-WA0028″

      width=”300″ height=”225″ />

    • <img class=”fancybox” src=”http://www.sh.com/wp-

      content/uploads/2015/11/IMG-20150728-WA0028-300×225.jpg” alt=”IMG-20150728-WA0028″

      width=”356″ height=”267″ />

    </div>

    QUESTION
    i need to add somehting in the class=”” which makes the plugin work…..what does? some shortcode….?

    https://wordpress.org/plugins/responsive-lightbox/

Viewing 1 replies (of 1 total)
  • Plugin Author dFactory

    (@dfactory)

    I guess you’d like to have a custom gallery, so first you need to have links (not just images) and add data-rel=”lightbox-gallery-n” to it (where n is a number)

    <a href="link here" data-rel="lightbox-gallery-1"><img class="fancybox" src="http://www.sh.com/wp-
    
    content/uploads/2015/11/Maryland.jpg" alt="IMG-20150728-WA0028"
    
    width="300" height="225" /></a>

    Nothing extra is needed.

Viewing 1 replies (of 1 total)
  • The topic ‘HELP’ is closed to new replies.