• The first image on this referenced page (“The New Beginning”) opens a single image, but I want it to open a gallery.

    Here is my code:

    <a href="/wp-content/uploads/stainedGlass/bookRev/1.jpg" class="fancybox image"><img src="https://vwpresby.designedbyeh.com/wp-content/uploads/2021/12/theNewBeginning.jpg"></a>
    
    <div class="fancybox-hidden">
    	<img src="/wp-content/uploads/stainedGlass/bookRev/1.jpg" rel="gallery">
    	<img src="/wp-content/uploads/stainedGlass/bookRev/2.jpg" rel="gallery">
    	<img src="/wp-content/uploads/stainedGlass/bookRev/3.jpg" rel="gallery">
    	<img src="/wp-content/uploads/stainedGlass/bookRev/4.jpg" rel="gallery">
    	<img src="/wp-content/uploads/stainedGlass/bookRev/5.jpg" rel="gallery">
    </div>

    Any suggestions on what I am doing wrong?

    The page I need help with: [log in to see the link]

  • The topic ‘Only Single Image – not gallery’ is closed to new replies.