• Resolved luisvilanova

    (@luisvilanova)


    Hi there, great plugin.
    Just one thing. The image size of the product preview lightbox really need to be bigger, so the client can take a good look at the detaisl of the image she is gonna pay for…
    How can i increase the size of that preview lightbox (not the product image on the product page, but the lightbox opened when click)
    Maybe touching this:?
    if(!$o_size_x || !$o_size_x)
    return;

    if($o_size_x <= $o_size_y){
    $r = $f_size/$o_size_y;
    $w = round($o_size_x*$r);
    $h = round($o_size_y*$r);
    } else {
    $r = $f_size/$o_size_x;
    $w = round($o_size_x*$r);
    $h = round($o_size_y*$r);

    Thanks…

    https://wordpress.org/plugins/grfx/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author grfx

    (@grfx)

    Hello,

    The actual image is roughly 600px on the longest side — but depending on your theme it might be modified. Grfx attempts to over-ride this though in as many cases as possible especially for SEO value.

    Right-click the image and view it’s original size. If it is already large, then its a simple CSS-override or a switch of your theme.

    If its not, you can over-ride the size of the image usually via woocommerce (unless the theme is itself over-riding it)

    Plugin Author grfx

    (@grfx)

    Also ratings help us immensely if you find the plugin useful.

    Thread Starter luisvilanova

    (@luisvilanova)

    Thanks. Gonna try.
    Of course, five stars well deserved. Regards.

    Plugin Author grfx

    (@grfx)

    Thank you very much. Check back if you need more help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘product lightbox image size’ is closed to new replies.