How to disable thumbnail generating by Page Builder
I noticed that PageBuilder has set of custom thumbnails with the following sizes:
272x... 768x...
is it possible to disable this?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Design4life,
Hm, that’s odd. I can only find the first image size and that’s for sow-carousel-default. Can you tell me the name? If you’re not too sure how add it to a page and send me a link to it and I’ll tell you how to remove it.
To remove it, please add the following PHP to your website:
function siteorigin_no_image_size(){ remove_image_size( 'sow-carousel-default' ); } add_action( 'init', 'siteorigin_no_image_size', 50 );If you need a method of adding this code, I recommend Code Snippets.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.