Pick colour photos

Solved

Pick colour photos

Disci
Excursionist
24 0 10

Hi!

 

As you can see on the product page, the photos in the colour variant don't fill up the full little box where you pick the colour, can someone fix the white spaces on the sides of the photos here?


discinetherlands.com

password: joepjoep

 

 

Accepted Solution (1)

theycallmemakka
Shopify Partner
1771 432 455

This is an accepted solution.

Hi @Disci 

 

I have written custom CSS for this solution. Please follow below steps and let me know your feedback.

 

Follow these Steps:

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

4) Add the following code just above tag </head>

<style>
.thumbnail-swatch>img {
    object-fit: cover!important;
}
</style>

theycallmemakka_0-1733153677998.png

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
Makka

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

View solution in original post

Reply 1 (1)

theycallmemakka
Shopify Partner
1771 432 455

This is an accepted solution.

Hi @Disci 

 

I have written custom CSS for this solution. Please follow below steps and let me know your feedback.

 

Follow these Steps:

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

4) Add the following code just above tag </head>

<style>
.thumbnail-swatch>img {
    object-fit: cover!important;
}
</style>

theycallmemakka_0-1733153677998.png

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
Makka

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com