I can’t see the image either. In the last week, many image posts are showing up as either large empty square boxes or postage stamps. When I try to open the stamp in a new window, which used to work, I get the message “Image not found”. It’s happening on all devices. I thought it was just me.
Check your freezer. Perdue Foods is recalling more than 167,000 pounds of frozen chicken nuggets and tenders after some customers reported finding metal wire embedded in the products. https://t.co/8nfX9sa0Eu— NEWSMAX (@NEWSMAX) August 19, 2024
The image is extracted from the following code
< a href=”https://imgflip.com/i/90r1eh” >< img src=”https://i.imgflip.com/90r1eh.jpg” title=”made at imgflip.com”/ >< /a >< div >< a href=”https://imgflip.com/memegenerator“>from Imgflip Meme Generator</a></div >
[A ‘call’ in a string informs the browser to go out to the internet at imgflip.com and find the image contained in the image string; https://i.imgflip.com/90r1eh.jpg
Note that there are three (3) ‘imgflip.com’ calls and two (2) of them are images.
When truncating this string, only the call found in the
< img src=”https://i.imgflip.com/90r1eh.jpg” > needs to be preserved for posting.
Occasionally, the first string, the one without the “.jpg” is mistakenly used.
As a side note, the sizing is not a ‘call’ and does not need the quotation marks so ‘width= 40%’ is sufficient in this case.