hi, I have now set up a slide show on my homepage with 2 photos. Despite the fact that the Section height (desktop) is set to ‘full’, the photo is very cropped. (see photo 1).
I would like to have it as in photo 2. This is what it looks like if I only do one single photo as a slideshow.
Can someone tell me how I can have this size with multiple photos in the slide show?
PHOTO 1
PHOTO 2
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
hello @Vintagi
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media screen and (min-width: 769px){
#shopify-section-1568145568761 , .hero__inner{
height: 700px;
}
}
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >index.css and paste this at the bottom of the file:
@media screen and (min-width: 769px){
#shopify-section-1568145568761 , .hero__inner{
height: 550px;
}
}