attachinary
attachinary copied to clipboard
Client Side Image Resizing
Sorry for my newb question... How can I configure the js for Client Side Image Resizing? I don't know if I need check it in Cloudinary, jQuery-File-Upload or Attachinary's API.
I'm looking for something like this... <%= cl_image_upload_tag(:image_id, :crop => :limit, :width => 1000, :height => 1000, :html => {:class => "image_upload"}) %> ... in attachinary. Currently I'm using: <%= f.input :photos, as: :attachinary %>.