rvera / image-picker

Image Picker is a simple jQuery plugin that transforms a select element into a more user friendly graphical interface.
http://rvera.github.com/image-picker
Other
907 stars 216 forks source link

Add options to be passed into img element #68

Closed curtisgibby closed 7 years ago

curtisgibby commented 8 years ago

Like an alt tag or a class

image.attr("alt", this.option.data("img-alt"));

rvera commented 7 years ago

This is a good idea, do you have any proposals on how to implement this?

rvera commented 7 years ago

Added this for release 0.3.0.