trepmag / jrac

jQuery Resize And Crop (jrac) is a jQuery plugin that build a viewport around a given image permitting to visually resize an image and place a crop
GNU General Public License v2.0
137 stars 50 forks source link

Added support for Base-64 Encoded Binary Image Data (data URI) #5

Closed thomasjoulin closed 13 years ago

thomasjoulin commented 13 years ago

For example, dynamically creating an image with new Image(), will set its src to 'data:image/png;base64,…'. This caused an infinite loop with the current code.