How can I enlarge an image on my homepage?

Hello! Is there any way I can make this image a little bigger? This is from a section on my home page.

https://tryhangoverhelper.com/

51d86a-2.myshopify.com

Pw: steiyi

Thank you so much in advance!

@HangoverHelper please add the below css to your code.

.ps-main-gallery .swiper-slide a img{
    height: 120%;
    top: -11%;
}

Hi @HangoverHelper ,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file → Save


Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

You can do that by removing the white background around that image.

go to your store > theme > customize > product or theme settings > custom css or theme base.css

.ps-main-gallery {

min-width: 390px;

}

.swiper-slide {

width: 390px;

}

Thank you so much!