• Can I link a single image (a product thumbnail) to a full gallery or slideshow? I want to display only one image next to the product description, but I want the user to be able to click that thumbnail and view a slide show of 20 high resolution images of the product.

    Thanks for any help with this.

    Jim

Viewing 1 replies (of 1 total)
  • Hi Jim, for this kind of job I’d use default WP gallery with some simple lightbox plugin for the slideshow effect. And then use CSS selector, :first-of-type or :first-child, to target only the first thumb-size image element in the gallery and assign the display:block to it, while the rest of theme display:none.

Viewing 1 replies (of 1 total)
  • The topic ‘View Gallery/Slideshow when clicking a single image or text link’ is closed to new replies.