-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thumbnail features #335
Comments
Extending the
|
I'm not sure if this issue is related to JQuery-File-Upload or RFM, but when I add the code below to the constructor of Local/UploadHandler.php the extra image is created in the folder "small", however, its size is not 300 x 200 but 1280 x 960.
Any ideas why this is? |
The solution to the above problem ist to put the settings for your extra small image before the thumbnail settings. For some reason it doesn't work if you put after the thumbnail settings.
|
One more thing, is it possible to have RFM delete the additional small images on deletion of the original image just like it does with the internal thumbnails? |
In raising this issue, I confirm the following (please check boxes):
I use the following server-side connector (check one):
My familiarity with the project is as follows (check one):
Does RFM support the creation of additional thumbnails apart from the internal ones?
Is there a way to let RFM create internal thumbnails subsequently for images that already exist in the content folder i.e. have not been not uploaded by RFM?
The text was updated successfully, but these errors were encountered: