Hello!
Out of nowhere, since 1 day, when I upload images via CouchCMS on my clients website, the image looks fine at first, but as soon as I do a refresh on the page, you can see that the images are being resized.
For example, a photo that is 2000 pixels of width will become something like 250 pixels wide.
Everything becomes 250 pixels wide once uploaded, out of nowhere. I haven't changed any setting.
Any ideas?
Here's an example of a ligne of code for image upload I'm using :
Thanks!
Out of nowhere, since 1 day, when I upload images via CouchCMS on my clients website, the image looks fine at first, but as soon as I do a refresh on the page, you can see that the images are being resized.
For example, a photo that is 2000 pixels of width will become something like 250 pixels wide.
Everything becomes 250 pixels wide once uploaded, out of nowhere. I haven't changed any setting.
Any ideas?
Here's an example of a ligne of code for image upload I'm using :
- Code: Select all
<cms:editable name="next_map_image" width="250" label="Image à côté de la map" type="image" hidden='1'/>
Thanks!