• Resolved anesossis

    (@anesossis)


    Hello, I am a premium user trying to enlarge the product thumbnail images. For my store, I am using the Elegant Display template, Style 2. The images that I am uploading are 350 pixels wide X 350 pixels tall. Something is scaling down the thumbnails to 135 px X 135 px. I would like the thumbnail images to be at least 350 X 350.

    How can I target the thumbnail images and scale them up to their original size? What file controls the scaling of images? Please help! Thank you.

    https://www.ads-software.com/plugins/simple-e-commerce-shopping-cart/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author n.showket

    (@nshowketgmailcom)

    There is a way to show the image in a pop up window fully enlarged.
    Please email me [email protected]

    Thread Starter anesossis

    (@anesossis)

    It’s not an image pop that I’m looking for, its simply enlarging the image from 135×135 to 350×350. Right now something is forcing the image to scale to 135. Is a JavaScript file controlling the scale? https://shootingtheprodigal.com/store/

    Plugin Author n.showket

    (@nshowketgmailcom)

    File u have to modify is : views\fancyview\product-fancy2.php

    .wpshopcart-thumbnail img, .wpshopcart-thumbnail a img {
    background-color: #FFFFFF;
    border: 1px solid #A9A9A9;
    margin: 4px 0 4px 5px;
    max-width: none !important;
    padding: 4px;
    HEIGHT: 335Px;
    width: 335px;

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to resize thumbnail images/Make product photos bigger’ is closed to new replies.