@Stig, is it buggering up the aspect thingy, or keeping it in the right proportions but making it huge? Links to some affected posts may help us narrow down the source of the problem for @lookout, and possibly come up with a workaround
ETA, I've tweaked the images in this post as I spotted it while reading the Dobbo thread. Unfortunately you need to be using the desktop site to modify the size of the image in the link, so it's not a workaround that everyone can use.
Hi Ali, yes it's blowing pics up so they are bigger than they ought. Thanks for your tweak. I like that. What's the secret?
Stig, I have had this for a couple of weeks, and has put me off posting pics, would love to know what is happening, we can't be the only ones who are getting this...🤷♂️
OK, I suspect it's probably an issue with the CSS settings for the site, but it's not really my thing, so I can't say for certain. Basically it's defaulting the image size to the width of the post area of the screen, rather than the inherent attributes of the image, but you can overide that by including your desired width in pixels in the link. On some sites if the specified width is wider than the width of the screen you get scrollbars, but on here it just scales the image down. For landscape pictures I'd suggest 600 pixels, portrait 400, and 300 if you want to put two side by side. In theory you can specify the height as well, but if you get the numbers wrong it buggers up the picture, so that's best avoided.
If you're on the desktop site, what you can do is use the </> icon to edit the html. When you import a picture, the standard html for the link looks something like this
To change the width, just add width="400" after the <img bit. It's also a good idea to add brief alt text as it helps people using screen readers, and helps you keep track of which picture is which if you're including several in one post. That came in very handy while doing the Shenanigans bitesize eg.
Comments
<img width="300" alt="red card" src="https://us.v-cdn.net/5000498/uploads/editor/m9/emdsuuk8khp2.png">
OK @Stig...🤷♂️