%= image_tag(@asset.url, :id => "cropbox") %> <% unless (@size = params[:targetted_size]).blank? @target_w, @target_h = @size.split("x").map(&:to_i) @init_x = (@asset.width - @target_w.to_i) / 2 @init_y = (@asset.height - @target_h.to_i) / 2 end %>