How do I resize a product slideshow picture on my computer?

How do I resize a product slideshow picture on my computer?

YounesTimitar
Explorer
155 0 19

Hey,

 

The picture for my Product Slideshow on Computer is way to big. (picture 1)

 

it should b like picture 2.

 

 

Can somebody please help me and fix this.

 

1.

 

 

YounesTimitar_4-1665236686200.png

 

 

it should be like this:

2.

YounesTimitar_5-1665236708563.png

 

 

 

Replies 5 (5)

Wish-It
Shopify Partner
151 37 41

Please share the store link so we can have a look.

I am founder of WishIt.app, you can create any theme edit task on our app - WishIt.app : Custom CSS / JS and we will do it for you. The first task is FREE!

Don't forget to checkout our reviews on Shopify AppStore.
YounesTimitar
Explorer
155 0 19

Hey, Sure!

https://timitar-gewurze.myshopify.com/

 

Password: timitarspices

Wish-It
Shopify Partner
151 37 41

You can add this CSS to fit the image, though it may reduce the parallax effect.

.parallax-image img {
    object-fit: contain;
}


You can add it in Themes > Action > Edit Code > theme.css file or use our app to add Custom CSS or create any theme edit tasks.

I am founder of WishIt.app, you can create any theme edit task on our app - WishIt.app : Custom CSS / JS and we will do it for you. The first task is FREE!

Don't forget to checkout our reviews on Shopify AppStore.
YounesTimitar
Explorer
155 0 19

Hey,

Thanks for your answer but now it looks completely broken. Also on the phone, before the phone was good.

 

YounesTimitar_0-1665341825056.png

YounesTimitar_1-1665341857250.png

 

Wish-It
Shopify Partner
151 37 41

 

In that case you'll have to reduce the height of banner for desktop, can you try this?

@media only screen and (min-width: 769px){
.hero--650px {
height: 450px;
}
}
I am founder of WishIt.app, you can create any theme edit task on our app - WishIt.app : Custom CSS / JS and we will do it for you. The first task is FREE!

Don't forget to checkout our reviews on Shopify AppStore.