JasonHaywood Posted November 13, 2020 Posted November 13, 2020 Site URL: https://www.f8salon.com/products Hi there! I'm working on the Mojave template right now and I'm trying to get the product images to go into a slideshow, rather than stacked, on both mobile and desktop. It would also be great if I could get the image to change with the linked attribute (like color or size). Here's a link to one of the product pages that has multiple images:https://f8salon.squarespace.com/products/dualsenses-color-revive-root-retouch-powder-light-blonde-l6emd Any help would be appreciated. Thanks in advance!
Beyondspace Posted November 14, 2020 Posted November 14, 2020 The template can inject custom code to turn to slider like swiper or slick carousel library BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
JasonHaywood Posted November 14, 2020 Author Posted November 14, 2020 10 hours ago, bangank36 said: The template can inject custom code to turn to slider like swiper or slick carousel library Thank you! How might I go about doing that? I'm either looking to put it into a slideshow, or failing that, only show the first image on the product page (and have that image change to match the product variants).
Beyondspace Posted November 15, 2020 Posted November 15, 2020 1 hour ago, JasonHaywood said: Thank you! How might I go about doing that? I'm either looking to put it into a slideshow, or failing that, only show the first image on the product page (and have that image change to match the product variants). .ProductItem-gallery-slides { height: 50vw; } .sqs-image-zoom-dropzone { position: absolute !important; } .sqs-image-zoom-dropzone:first-child { z-index: 99; } .sqs-image-zoom-dropzone.focus-image { z-index: 999; } @media only screen and (max-width: 640px) { .ProductItem-gallery-slides { height: 100vw; } } To inject slider you need to hire a dev, here is simple pure css solution BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Recommended Posts
Archived
This topic is now archived and is closed to further replies.