blurry thumbnails
-
Hello all, I’m facing some blurry thumbnail images in WordPress using the event calendar newsletter plugin and going into Mailchimp. I don’t think it is the plugin — I think it is WordPress settings on image compression, though I have disabled everything that might be contributing, forced resizing of the thumbnails, etc. You can see the blurry thumbnail here:
https://sjdastg2024.wpenginepowered.com/wp-content/uploads/DTSJ-Calendar-19-1-150×150.jpg
I’ve worked out a possible workaround — in the code, instead use the 300×300 image:
https://sjdastg2024.wpenginepowered.com/wp-content/uploads/DTSJ-Calendar-19-1-300×300.jpg
and then add width and height attribute to scale the 300×300 to 150×150 for use in Mailchimp:
<img src="https://sjdastg2024.wpenginepowered.com/wp-content/uploads/DTSJ-Calendar-19-1-300x300.jpg" width="150" height="150"alt="" />
This works great and looks very nice in Mailchimp. I realize that the file size is larger for the 300×300 images. My question is, how can I add the width=”150″ and height=”150″ to each image in the html results in the plugin, so that when I copy/paste in the html code from the plugin into Mailchimp, all 300×300 images will be displayed at 150×150? Thank you!
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.