How to make image full

Solved

How to make image full

hem0903
Explorer
58 0 11

I want image height to cove white space above and below of it

hem0903_0-1735800071949.png


URL -https://puurfection.co.uk/pages/benefits

Accepted Solution (1)

Moeed
Shopify Partner
6577 1783 2162

This is an accepted solution.

Hey @hem0903 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.side-media-with-text__media .media img {
    object-fit: cover !important;
}
</style>

RESULT:

Moeed_0-1735800725791.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Reply 1 (1)

Moeed
Shopify Partner
6577 1783 2162

This is an accepted solution.

Hey @hem0903 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.side-media-with-text__media .media img {
    object-fit: cover !important;
}
</style>

RESULT:

Moeed_0-1735800725791.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications