Flickr Auto-Embed Size Change
-
I commonly embed Flickr images on a WordPress blog, but lately the size that the images display has changed and I’m not sure why.
Here’s what the code looks like:
[embed]https://www.flickr.com/photos/44399775@N06/7262483786/[/embed]
This used to produce embedded images of width 500, but it switched to 320 for some reason.
You can see it here: https://www.insidegamingdaily.com/2012/05/24/guild-wars-2-beta-weekend-delayed/
With the following HTML:
<a href="https://www.flickr.com/photos/44399775@N06/7262483786/"><img src="https://farm8.staticflickr.com/7214/7262483786_c55c5c7bd1_n.jpg" alt="guild wars 2 beta delay" width="320" height="180"></a>
Is there a setting somewhere that controls this width? Was it a change with oEmbed? I noticed that 500 and 320 are both options in the “Share” drop-down on a Flickr page. Is there a reason the embeds are grabbing the “Small” version instead of the “Medium?”
- The topic ‘Flickr Auto-Embed Size Change’ is closed to new replies.