attachinary icon indicating copy to clipboard operation
attachinary copied to clipboard

Client Side Image Resizing

Open lymecca opened this issue 11 years ago • 1 comments

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.

lymecca avatar May 31 '14 11:05 lymecca

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 %>.

lymecca avatar Jun 01 '14 23:06 lymecca