• Resolved Daniel

    (@marketinggreenpaint)


    Hello,
    Just downloaded this plugin, thinking about this page in particular because it has lots of images.

    I want the size of the image to be the same as every other image, I belive its 528x528px, and I want to “cut” the white space betwen the image and the gallery.

    Hope you can help me.
    Thanks in advance,
    Daniel

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Niloy

    (@im_niloy)

    Hi,
    for resize the image you can use default woocommerce options. and use this filter for resizing the thumbnails

    add_filter ('woocommerce_get_image_size_gallery_thumbnail', function($size) { 
    	return array ( 'width' => 124,'height'=> 124, 'crop' => 0, ); 
    });

    for the white space under the slider, you need to edit the plugin file adaptiveHeight:true or you can buy the pro version .
    let me know if you have any other questions .
    Thanks

    Thread Starter Daniel

    (@marketinggreenpaint)

    @im_niloy Thank you for the answer.
    Where can I find that plugin file?
    adaptiveHeight:true

    • This reply was modified 5 years, 2 months ago by Daniel.
    Thread Starter Daniel

    (@marketinggreenpaint)

    @im_niloy
    Found the solution.
    Thank you anyway.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Image Size’ is closed to new replies.