When I go to manage the display settings of my image field that's using jqzoom, it seems that no matter what Image Styles I choose for small and large versions of the image, when the node it output it's using jqzoom_small and jqzoom_large. I've tried saving and re-saving the settings, and it seems like the settings get saved correctly (when I reload the manage display settings, my choices are still there), but it doesn't affect the output.
Thanks for the ongoing work on this!
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | use_image_styles-1616826-1.patch | 2.73 KB | loze |
Comments
Comment #1
loze commentedI ran into this problem too.
1. The thumbnail style was not being saved for the field display
2. The jqzoom theme functions were not using the proper settings value.
attached is a patch that seems to be working for me.
Thanks.
Comment #2
loze commentedComment #3
wesnick commented@loze,
Thanks for the patch, committed and attributed to you. Commit 45d4275
Comment #5
ricardovigatti commentedNice.
This patch posted by loze work for me.