How can I make the banner/slider smaller?

Hello,

I would like to be able to adjust the width and height of the sliders on individual pages so that the image is displayed completely and is not cut off. So independent of the slider image on the home page.

This would be the example page where I would like to see the whole image displayed, i.e. “less wide”.

https://www.herzenspony-shop.de/pages/jobs

Password is riabaz.

hello, Herzenspony

if you don’t mind having some space being left around the background image, like in the situations below

you can use the following code and insert it at the bottom of online store > themes > actions > edit code, at the end of the theme.liquid file, before the tag (notice I said , not )

{% unless template == 'index' %}

{% endunless %}

if you mind having that space, probably you will need to upload different images, cropped in different resolutions

Hello Uhrick,

this looks great and is exactly what I want but somehow the code doesn’t work when I place it in Theme Liquid before .

Could you please send me a screenshot of how to place it correctly?

This is how it looks here. Can you show me how it is looking on the file you altered?

Mhh I can’t see a difference?

I attach how it looks over here

ok, I got what is wrong. Replace the code I sent you with

{% unless template == 'index' %}

{% endunless %}

Yey, now it fitted! Thanks a lot!