From b4677175b5645c7a977716f318f67a419b14afb0 Mon Sep 17 00:00:00 2001 From: Sebastian Szymbor Date: Thu, 16 Nov 2023 13:18:07 +0100 Subject: [PATCH] Update pinit_main.js Urls returned from api are 236x so the replacement to higher res doesn't work, this should fix the problem. --- pinit_main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinit_main.js b/pinit_main.js index 542e3bc..e246768 100644 --- a/pinit_main.js +++ b/pinit_main.js @@ -1565,7 +1565,7 @@ width: "100%", addClass: "coverMe", backgroundImage: pin.images["237x"].url.replace( - /\/237x\//, + /\/236x\//, "/" + imgWidth + "/" ) }