WYSIJA generates additional image size upon media upload
-
Hi,
I would like to remove the generation of an additional image size on media upload.
I’ve traced it back to WYSIJA in this file base.php of the plugin at these lines:
// add image size for emails add_image_size( 'wysija-newsletters-max', 600, 99999 );
It’s generating an additional image for every image I upload, and I do not want this.
Can I remove this by writing something in my theme’s functions.php or any other method without modifying the core files? As I update my plugins frequently and do not want to have to keep manually deleting this line everytime I update.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘WYSIJA generates additional image size upon media upload’ is closed to new replies.