Hi guys,
Is there a way to make the image carousel scrollable AFTER clicking into a product on mobile?
I’m using https://www.mobileviewer.io/ to test responsiveness.
After I click into the product it looks like this, which is just the zoomed image, however I want this to also be a carousel. As in, I don’t want to have to X out after clicking into a product to be able to scroll through the other images.
Looking for some help on this. Here is my store link: https://environmentalpartners.com.au/products/earth-friendly-cleaning-kit
Thanks in advance and regards,
Jimmy
1 Like
this is stupid solution, but this will work. put this code in the theme.liquid bottom most before body tag close. (means before )
{% if template == "product" %}
{% endif %}
Don’t think it worked but maybe I’m pasting it wrong?
Regards,
Jimmy
1 Like
you can try replace if part with
{% if template.name contains ‘product’ %}
my code is not exactly a carousel it just showing the next image and previous image when click on next and back
screen recording
https://drive.google.com/file/d/1TgddxijOQap5B1Z18onVZiCBAsQ3tO5I/view?usp=drive_link
1 Like
Appreciate you taking the time to help.
Still not sure how you made it work, I must be pasting it wrong.
Also is there a way to make the colors match the other greens?
Regards,
Jimmy