Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Custom Image Re-Sizing
Hello (mark specifically),
I have a few suggestions/ requests for filebrowser. Before I start, I would like to make it clear that I understand the filebrowser is supposed to be simple and easy to use. Extra fetures, only complicate things... but,
What I am bout to request is for a one off case.
(enough blabber, on with the show)
Additon to thumbnailer.php that allows the user to designate MULTIPLE re-size dimensions. In just the same way it creates a thumbnail from a larger image, it would generate a few different sizes at the same time. (1024x768, 1600x1200, 1680x1050).
The NEW sizes would then be presented under the title of the image (in a smaller font or something).
I have a few more details, but I would like your feedback/ ideas first.
0
This discussion has been closed.
Comments
I'm talking about dynamically resizing and displaying/outputting an image, not using a script to resize a file and save it on the server for later viewing.
this image:
(http://www.trabusproject.com/stella/6-7_months/stella_6mo_080.JPG)
can automatically be resized on the fly using a script:
(http://www.trabusproject.com/stella/6-7_months/resize.php?p=stella_6mo_080.JPG)
meaning, all you need to do is write an extension that will add links below the image that would open the image through the resizing script at the specified dimensions. The example is set to make the largest dimension 100 pixels.