From 983b522b7ce7a5c2cf3b572f518ed14f5685c5aa Mon Sep 17 00:00:00 2001 From: curben Date: Tue, 2 Oct 2018 21:11:43 +0930 Subject: [PATCH] Limit max width of picture to 500px, remove dpr_auto https://cloudinary.com/documentation/responsive_images#automatic_image_width dpr is not widely supported https://www.caniuse.com/#feat=client-hints-dpr-width-viewport --- themes/typing/scripts/cloudinary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/typing/scripts/cloudinary.js b/themes/typing/scripts/cloudinary.js index abd1583..a2ec3a9 100644 --- a/themes/typing/scripts/cloudinary.js +++ b/themes/typing/scripts/cloudinary.js @@ -9,5 +9,5 @@ * https://cloudinary.com/documentation/responsive_images */ hexo.extend.tag.register('cloudinary', function(fileName){ - return ''; + return ''; });