Trying to implement two images on the multicolumn section to make the page look like this :
Instead it always ends up looking like this on desktop:
It increases the image size regardless of its original size (around 400px).
Any help would be appreciated on how to limit it so that it matches whatever size of the image that I upload is.
Thanks!
Hi @StefanZ
Please go to your Online store > Themes > Customize, select that section and change Banner height option is Adapt to first image to solve your issue

Still isn’t working.
Maybe the images are simply too large? What is the recommended size (other
than being 3:2 aspect ratio.
Still isn’t working.
Maybe the image is too large? What is the recommended size (other than the 3:2 aspect ratio)
Could you provide your store link to check?
Please change your setting of Banner height to previous and then add this code to Custom CSS of that section to check
.banner__media img { object-fit: contain !important; }
Hi @StefanZ ,
I see you are having 2 problems
-
Your 2 images are not connected to create 1 large image because you are using ambient movement animations. This option will cause the images to zoom and they will no longer be connected
-
Your 2 images are increased in size because they do not have the ratio that shopify recommends 3:2
Solution
You should remove the code in the answer above
- In the animations section, select None instead of Ambient movement, click Save to save the settings
- The best solution to this problem is to use images with a ratio of 3:2
But if you still want to use these images, my solution is to adjust the focal point
In the First image section, select edit, and create a focal point as follows
Click Save to save the settings
Same with second image
In the Banner height section, select Large, you can also choose Small or Medium but the top of the image will be covered a lot, do not choose Adapt to first image
Click Save to save the settings
Result
Hope it helps @StefanZ !
1 Like