Opened 18 years ago
Closed 17 years ago
#868 closed New Feature (wontfix)
small image preview and large image in popup
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | SF | Cc: | arathael@… |
Description
It would be useful if there would be an option like that:
- I'm adding an image in FCK editor
- one little thumbnail image is saved, and one in
original size is saved on the server
- when viewing this HTML page I can see thumbnail
picture, and when I click it original size picture appears in popup window.
This would be very useful ie. for online shops, but not only.
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1442308&group_id=75348&atid=543656
Change History (2)
comment:1 Changed 18 years ago by
Cc: | arathael@… added |
---|---|
Reporter: | changed from Martin Kou to adren@… |
comment:2 Changed 17 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
I agree with the above comment, so unfortunately its a wontfix.
https://sourceforge.net/tracker/index.php?func=detail&aid=1508927&group_id=75348&atid=543656 has been marked as dup of this bug
Moved from SF. Original poster: alfonsoml
Saving the file is not a good idea, because you would need to overwrite the file every time the image is resized in the editor area by control points. It would be more useful to have the img src to a "fckimage.php?img=yourimage.jpg&w=150&h=85" by default and to change the w and h params every time the image is resized.
I mean a php script using GD (and maybe UnsharpMask)to output an image/jpeg MIME file type to the editor and the source output.
There would be no need to be storing thumb files, because using a lot of images (common in blogs) would result in your disk space being invaded!
Moved from SF. Original poster: arathael