I’m using a sense theme, and I want to change the height of the slider to auto so that the images inside the slider don’t get cropped, how can I achieve that
Hi @bahaaar
Can you share the store URL
1 Like
Hello @bahaaar
can you share URL?
1 Like
Here the my website url :
https://www.bahaaar.com/
Here the my website URL:
www.bahaaar.com
Hello @bahaaar
You can add code by following these steps to change ATC background color
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
.slideshow__slide {
height: auto !important;
}
1 Like
- This set the height to auto, but the issue persists. I want the image in the slides to not get cropped, currently what is happening, is that the height remains 420px, and when the width decreases the height doesn’t increase so the images started getting cropped to maintain the aspect ratio