Featured Product's Image doesn't fit inside frame

Solved
palettepaws
Excursionist
14 0 7

Hi, all. Can someone help to inspect my page's featured product section?
The image doesn't fit the frame,

error2.PNG

 

As you can see, there is a white area under the featured product's image, and it's supposed to be the image stretched to fill the white spaces.
If any experts know how to solve this, please let me know if there's a solution for this. Appreciate much! 

Here is the details of the website.
https://www.palettepaws.com/
password: cheath

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
5580 1025 1055

This is an accepted solution.

Please update code and check again

<style>
.featured-product .grid__item.product__media-wrapper { 
    position: relative; 
}
@media screen and (min-width: 750px) {
.product-media-container.media-fit-cover, .product-media-container.media-fit-cover .product__modal-opener, .product-media-container.media-fit-cover .media {
    position: absolute;
    width: 100%;
}
}
</style>

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

View solution in original post

Replies 5 (5)
Dan-From-Ryviu
Shopify Partner
5580 1025 1055

Please add this code to your Online store > Themes > Edit code > open theme.liquid, add this code below before </head> tag

<style>
.featured-product .grid__item.product__media-wrapper { 
    position: relative; 
}
.featured-product .product-media-container.media-fit-cover .media {
    position: absolute;
    width: 100%;
}
</style>

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

palettepaws
Excursionist
14 0 7

Hi, @Dan-From-Ryviu 

Thank you so much for trying to help!
I've tried the code above, but nothing seem to change after applying the code.
error4.PNG
Do you know what could be the issues?

Dan-From-Ryviu
Shopify Partner
5580 1025 1055

This is an accepted solution.

Please update code and check again

<style>
.featured-product .grid__item.product__media-wrapper { 
    position: relative; 
}
@media screen and (min-width: 750px) {
.product-media-container.media-fit-cover, .product-media-container.media-fit-cover .product__modal-opener, .product-media-container.media-fit-cover .media {
    position: absolute;
    width: 100%;
}
}
</style>

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

palettepaws
Excursionist
14 0 7

It works perfectly. Thank you so much for helping out! 

Dan-From-Ryviu
Shopify Partner
5580 1025 1055

Glad I could help. 

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now