How can I resize images and sections on my website?

Hello,

I would like to make my images and/or sections smaller on the website particularly this collage below, so that you can see it all without having to scroll. Also, is it possible to have a video play automatically in a collage?

Thank you so much

Hi @Moony1

Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

Hi @Moony1 .

Please Share your store URL and password.

We will check it and suggest you a solution if possible.

Thanks

Thank you so much! Our URL is https://shop-moony.myshopify.com/?_ab=0&_fd=0&_sc=1 and the password is yawcee.

We would just like to make each section so you can see it all without having to scroll to see one part of the section

Hi @Moony1

Sorry for the late response!

You can follow our suggestions to Editing Image And Section Sizes

1, Online storeThemesEdit code

Find file base.css and add the following code at the end of the file:

.section-homepage-video {
    width: auto !important;
}
.video-homepage {
    width: 100%;
    height: 75vh !important;
}

If it work, please mark as a solution. Additionally, I saw the video can be auto play. If you need any further help, don’t hesitate to contact us.

Good luck!