• Resolved GreenGo88

    (@greengo88)


    Default image size in preview is 64×36. How can I change this size to 150×100? There is a way to override dgwt-wcas-product-suggestion size?

Viewing 1 replies (of 1 total)
  • Plugin Author Mateusz Czardybon

    (@matczar)

    Hi,

    Yes, you can overwrite this size with the same function that registers it:

    
    add_action( 'init', function () {
    	add_image_size( 'dgwt-wcas-product-suggestion', 150, 100, false );
    }, 20 );
    
Viewing 1 replies (of 1 total)
  • The topic ‘Increase preview image size’ is closed to new replies.