Prevent image generation from ajax window?
-
We disallow the generation of thumbnails when images are uploaded (to prevent bloat). We resize images with TimThumb. When we want to offer specific cropping of a size we use PTE, which works great. (thanks!)
The only issue I’m running into is that when you open the PTE editor the ajax calls “pte-action”: “get-thumbnail-info” which calls pte_get_all_alternate_size_information() which calls pte_get_alternate_sizes() but without the filter, so all of the sizes are therefore generated.
I’ve been digging but can’t find a solution. Is there a way to prevent this?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Prevent image generation from ajax window?’ is closed to new replies.