Image Size Inserter

This page is not translated yet. Showing original version of page. You can sign up and help with translating.

This plugin automatically fills width and height attributes for images inserted into pages from PFS.

Applies to:

  • Page display (PAGE_TEXT)
  • News plugin (INDEX_NEWS)

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

  1. Unpack to plugins folder
  2. Install it in the AdminCP => Plugins

1. pieter  21. September 2010, 02:47
Is it something like Slimbox + ImageScaling?
2. Trustmaster  22. September 2010, 02:30
No, it isn't anything like that. It inserts true image width and height from PFS.
3. Trustmaster  22. September 2010, 02:31
It prevents the page from "growing" and "sliding" while all the huge images are loading.
4. ez  22. September 2010, 04:03
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
5. Trustmaster  23. September 2010, 21:45
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.
6. ez  24. September 2010, 00:50
That was clear..
thnx for this plugin, i have seen some coding ideas I can use :)
Nur registrierte Benutzer können Kommentare schreiben