• Resolved traudel

    (@traudel)


    Hello,

    regarding pro version – how to scale images?

    On archive pages the overlay picture is generally too big, though on product page its to small.

    Also how to again rescale it on mobile (on product page).

    Do you have some css snippets I can start from?

    BR

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter traudel

    (@traudel)

    Also: how to show label only on product page, but not on archive pages? Thx

    Plugin Author ILLID

    (@mihail-barinov)

    Hi,

    Can you give me a link to the page with this image scaling problem?

    About showing label only on product page – you can use following label display condition:

    Page type -> Equal to -> Product single page

    Thread Starter traudel

    (@traudel)

    Also: how to show label only on product page, but not on archive pages? Thx

    I meant, for a specific label: I want to show it on product page, but not on archive. Generally I want other labels to show on archive pages though. BR

    Thread Starter traudel

    (@traudel)

    Pls see here:

    On product page the overlay is too small

    https://ibb.co/ygDvF6K

    On archive page overlay is in correct size (its part of a 4 column grid, so product pictures are smaller).

    https://ibb.co/XkyVH5V

    So how can I rezise the pictures depending on the location of display?
    BR

    Plugin Author ILLID

    (@mihail-barinov)

    I meant, for a specific label: I want to show it on product page, but not on archive. Generally I want other labels to show on archive pages though. BR

    So just set following display condition for this specific label:

    Page type -> Equal to -> Product single page

    You can control this by using some global css styles. So to make image labels bigger on product page use this global style:

    .single-product .advanced-woo-labels.awl-position-type-on-image .awl-label-image img {
            width: 100px !important;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to scale image overlays (pro)’ is closed to new replies.