-
Notifications
You must be signed in to change notification settings - Fork 96
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
Thumbnails are displayed even though display thumbnails is off in redmine settings #29
Comments
Is this a new 3.3 setting? never noticed this before... Anyways, you're right, this setting should be taken into account... |
This doesnt appear to be a new setting in 3.3. The behavior of the setting in redmine, when enabled, displays an image thumbnail preview. When the setting is unchecked, it removes the preview entirely. Lightbox behavior honors this setting- when checked it displays the image at the thumbnail size. However when unchecked, unlike core redmine, it displays the image at hard coded |
Oh, yeah, you're right... This has been the behaviour ever since I took over the While I agree with you that this setting should be taken into account, the current behaviour is still a great solution for those who cannot use imagemagik/rmagick on their system on which the thumbnail function depends... Will think about that for the next release... |
Redmine 3.3
The text was updated successfully, but these errors were encountered: