Image Sizing – Transition from www.remarpro.com to WordPress.com
-
I recently made the jump from wordpress.com to www.remarpro.com\
The way that the two handle images seems different. What was a 150px image on my old site now wants to get bigger on wider screens.
I’ve set the image size in size-thumbnail figures to a max-width of 150px, as it was in wordpress.com, with CSS. But the problem is that it is still pulling down the original 1200px image inside that 150px image size. So it looks fine but is using unnecessary bandwidth. I can solve this issue by manually resizing images up from thumbnail then back down again in the editor, but I’m wondering if there’s some kind of workaround so I don’t need to do this to all of my posts and pages.
https://aphoristical.files.wordpress.com/2020/11/gene-clark-carla-olson-so-rebellious-a-lover.jpg
New code:
<figure class="alignright size-thumbnail"><img width="1200" height="1200" src="https://aphoristical.files.wordpress.com/2020/11/gene-clark-carla-olson-so-rebellious-a-lover.jpg?w=150&resize=1200%2C1200" alt="" /></figure>
The page I need help with: [log in to see the link]
- The topic ‘Image Sizing – Transition from www.remarpro.com to WordPress.com’ is closed to new replies.