• And instead dispaly those images under each other like in a feed like instagram? I asked this earlier also, got a reply but things didn’t work well. Earlier solution was showing 100*100 thumbnails in the bigger size?
    Pleade let me know if i have explained it properly!! Anticipating. Thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Hi @rakshitjain!

    You could maybe use some CSS code and set the thumbnails in a grid, like so:

    .woocommerce div.product div.images .flex-control-thumbs {
    display: grid !important;
    }

    You can add this to the “Additional CSS” section in your customizer.

    Would that work for you?

    Cheers!

    Thread Starter Rakshit Jain

    (@rakshitjain)

    @rynald0s good creative solution, but its showing same thumbnails under each other which i want to remove. I need the actual images(full size images) to be shown one under the other. So user doesn’t have to slide them tobsee the rest of the productsl images. He should be able to simply scroll down to see all the images of the product(full size images). And if need to zoom a particular image, he can tap that particular image and image can come up in lightbox as it comes now. Just need to show images(not thumbnails) one under other to make it easier for user.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can we remove product thumbnails displaying under main product image?’ is closed to new replies.