From bcfdd824190fd4e89061f6f073634eadc7944326 Mon Sep 17 00:00:00 2001 From: Phillip Novess Date: Tue, 5 Jan 2016 04:17:05 -0700 Subject: [PATCH 1/2] Update attachinary.js.coffee --- lib/assets/javascripts/attachinary.js.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/assets/javascripts/attachinary.js.coffee b/lib/assets/javascripts/attachinary.js.coffee index 483bb253..274864ec 100644 --- a/lib/assets/javascripts/attachinary.js.coffee +++ b/lib/assets/javascripts/attachinary.js.coffee @@ -14,7 +14,7 @@
<% } else { %> " + src="<%= $.cloudinary.url(files[i].public_id, { "version": files[i].version, "format": 'jpg', "crop": 'fill', "width": 75, "height": 75, "resource_type": "video" }) %>" alt="" width="75" height="75" /> <% } %> Remove From 2e94ca275a05d7b529ff45391e8b25ea3b9fa33e Mon Sep 17 00:00:00 2001 From: Phillip Novess Date: Tue, 5 Jan 2016 04:17:44 -0700 Subject: [PATCH 2/2] Update attachinary.js.coffee --- lib/assets/javascripts/attachinary.js.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/assets/javascripts/attachinary.js.coffee b/lib/assets/javascripts/attachinary.js.coffee index 274864ec..f8105db1 100644 --- a/lib/assets/javascripts/attachinary.js.coffee +++ b/lib/assets/javascripts/attachinary.js.coffee @@ -14,7 +14,7 @@
<% } else { %> " + src="<%= $.cloudinary.url(files[i].public_id, { "version": files[i].version, "format": 'jpg', "crop": 'fill', "width": 75, "height": 75, "resource_type": files[i].resource_type }) %>" alt="" width="75" height="75" /> <% } %> Remove