Hello!
I’m looking to make my product image grid, so It shows 2 picture at same time.
Example:
I’m using Impulse theme.
Thanks!
A user wants to display product images in a 2x2 grid layout on their Shopify store using the Impulse theme, rather than the default single-image display.
Initial Problem:
Attempted Solution:
.flickity-slider properties (width and height set to 50% on desktop)Current Status:
Hello!
I’m looking to make my product image grid, so It shows 2 picture at same time.
Example:
I’m using Impulse theme.
Thanks!
Hi @leosef ,
To provide you with the most precise solution in this case, could you please share your page URL ( with pass if your store password is enabled )?
Thank you and hope to hear from you.
Best regards,
GemPages Support Team
Hello!
Yes, it’s https://carncier.com
@leosef
There’s only two type of media description are there you can select one of them
customize-> default product-> Description position
Yes i’m aware of that, but that does not make it show 2 pictures of the product, I have it under the media.
@leosef add below css into your theme.css file
@media (min-width:1024px)
{
.flickity-slider {
position: absolute;
width: 50% !important;
height: 50% !important;
}
.flickity-viewport {
height: 550.86px !important;
touch-action: pan-y;
}
}
It will be look like below one :
Hi!
I added that code but did not change anything.
Managed to get it like that. But now is the thing, how can I get it 2 and 2 pictures? it shows like 3