Hey! I am using the Debut theme. I want to add more images to each product page, but I want the images to appear one on top of the other (so you have to scroll down to see each image). Instead, it is adding them to a gallery so you have to click to switch images. I want the images to appear in a vertical line parallel to the product description to fill out the page more. Any help is much appreciated! Thank you!
Here is the product.liquid code (please let me know if different code is required):
{% comment %}> The contents of the product.liquid template can be found in /sections/product-template.liquid> {% endcomment %}> > {% section ‘product-template’ %}> {% section ‘product-recommendations’ %}> > {% if collection %}> > > {% include ‘icon-arrow-left’ %}> {{ ‘products.product.back_to_collection’ | t: title: collection.title }}> >
{% endif %}> > > > {% assign current_variant = product.selected_or_first_available_variant %}> >