Home Forums WoodMart support forum Single product image zoom ratio

Single product image zoom ratio

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #517106

    bshark
    Participant

    Can the magnification ratio of the images be adjusted when hovering over the product details page in WooCommerce? Currently, the original image size is quite large, so it becomes significantly bigger when zoomed in. Is it possible to adjust this magnification ratio?

    #517107

    bshark
    Participant

    screenshot

    Attachments:
    You must be logged in to view attached files.
    #517133

    bshark
    Participant

    +1

    #517307

    Hello,

    Although unfortunately there isn’t a direct option available to adjust the Product Image zoom effect but you can try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    .single-product .zoomImg {
        transform: scale(0.8) !important;
    }

    In this CSS, you can change the value of scale according to your choice.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)