From 7615ad508a99c0d46c1495123036972c219dbd29 Mon Sep 17 00:00:00 2001 From: Nicco Date: Sun, 20 Dec 2020 11:51:51 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1c8d403..c309a0a 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ yarn add svelte-cloudinary This will formulate the Cloudinary url and insert it into the `img.src` property. Also it will resize to the `img` object itself because we set `bind: true`. +> ⚠️ In firefox if you want to use the `bind` option to automatically compute sizes you need to set `img { display: inline-block or block; }` otherwise there can be problems with `getComputedStyle`. + ## ☁️ Cloudinary Setup If you want the use super handfull auto upload function (which I think will apply to everyone) you have to set configure a few settings first.