Hi everyone, May I know how should I do to fit my product photo with the product layout ? I have been resizing my product photo, however the white edges keep showing no matter which size I change.
Thank you!!!
Mike
Hi everyone, May I know how should I do to fit my product photo with the product layout ? I have been resizing my product photo, however the white edges keep showing no matter which size I change.
Thank you!!!
Mike
@Mikewoo852 Can you please send me store url.
Here you go - https://sippinhk.com/collections/all
Thank you!
Hi @Mikewoo852 ,
You can follow the instruction below:
#gf-products img {
height: 100%;
overflow: hidden;
object-fit: cover;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Thank you so much! It works!!!