How can I prevent the images being cropped in the Multirow block?

Solved

How can I prevent the images being cropped in the Multirow block?

Futurisnow
Excursionist
14 0 4

This is my page > https://www.futurisnowshop.com/pages/news

 

the images are embedded in the background of the cell it seems... so when the screen is resized, the table is responsive but my images are all cropped... is there a way to fit to size in the cell of the table so the image is not cropped out?

Accepted Solution (1)

EBOOST
Shopify Partner
1398 351 430

This is an accepted solution.

Hi @Futurisnow,

May I suggest to update code these steps:

1. Go to Store Online-> theme -> edit code

EBOOST_1-1672356985580.png
2. Assets/base.css
3. Add code below to end of file

.multirow__inner .image-with-text__media {
  height: auto!important;
}
.multirow__inner .image-with-text__media img {
  position: static!important;
}

 

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips

View solution in original post

Replies 4 (4)

EBOOST
Shopify Partner
1398 351 430

This is an accepted solution.

Hi @Futurisnow,

May I suggest to update code these steps:

1. Go to Store Online-> theme -> edit code

EBOOST_1-1672356985580.png
2. Assets/base.css
3. Add code below to end of file

.multirow__inner .image-with-text__media {
  height: auto!important;
}
.multirow__inner .image-with-text__media img {
  position: static!important;
}

 

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips
Futurisnow
Excursionist
14 0 4

Thank you so much!!

bjohns
Excursionist
27 2 7

Hi,

Please can you help me. I am having a similar issue and your solution partly works. By applying the suggested code my images no longer crop, by I now have huge blank gaps under each row (see screen shots - before and after base.css amends). How can I reduce these gaps?

Many Thanks

Screenshot 2024-10-30 at 15.28.52.pngScreenshot 2024-10-30 at 15.34.02.png

EBOOST
Shopify Partner
1398 351 430

Hi @bjohns ,

Could you share your Url store? I will help to take a look it.

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips