Fills image width and height for PFS images
This plugin automatically fills width and height attributes for images inserted into pages from PFS.
Applies to:
Use it on site with large images in posts. Do not use it if you don't have such a purpose, because it would harm your performance.
Installation
No, it isn't anything like that. It inserts true image width and height from PFS.
It prevents the page from "growing" and "sliding" while all the huge images are loading.
Hi, I have made a simular plugin..
Beware of performance issues ! (have solved this By the way)
I haven't tried this plugin yet, but what about external (other url) images, I think you can use getImageSizeFromUrl for that one.
Does this plugin do proper image scaling ??
You did some nice things in this plugin, I can use this code... it has some nice ideas
tnx
Performance wouldn't be such a problem if it was done on post update, not on display. But getting image size from url would be a true performance killer because just connecting a foreign host would take 50-200ms for each external image.
This plugin does no image scaling. It's just a simple thing for a simple task.
That was clear..
thnx for this plugin, i have seen some coding ideas I can use 
Total: 6, on page: 6
Is it something like Slimbox + ImageScaling?