# Watermerk op alle geüploade afbeeldingen

**URL:** https://meta.discourse.org/t/watermark-on-all-upload-images/174534
**Category:** Feature
**Created:** [29 december 2020 om 20:39 UTC](https://meta.discourse.org/t/watermark-on-all-upload-images/174534 "2020-12-29T20:39:37Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![lhkjacky](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lhkjacky/32/204198_2.png) [@lhkjacky](https://meta.discourse.org/u/lhkjacky)
#### Post date: [22 februari 2021 om 11:43 UTC](https://meta.discourse.org/t/watermark-on-all-upload-images/174534/3 "2021-02-22T11:43:48Z")

</div>

After some experiment, I find a temp “solution” for the watermark. 🥳

Just in case, some others may interest. I want to share my workaround. Hope it may help. 🥰

1, First, I install Chevereto (free) to another sub domain.  
(it is very easy, just upload the installer.php file to server, load the page & follow the setup. It complete in mins) 😘

2, The free version also support watermark, you can setup it in dashboard image upload setting.

 ![2021-02-22_190424](https://global.discourse-cdn.com/meta/original/3X/9/8/98be5f8df006875b286cdf72d70066bf8397f6f1.png)

 ![2021-02-22_190436](https://global.discourse-cdn.com/meta/original/3X/0/1/01bdad79ad8e33bcc3f7683e99a1c80555de993f.png)

You can also set Max. image width & height in dashboard, so all large image uploaded will automatically resize.

3, Add the Chevereto Plugin (script) to Discourse `<head>` tag  
`<script async src="https://img.example.com/sdk/pup.js" data-url="https://img.example.com/upload"></script>`

4, [Discourse seem don’t support i tag fa-icon anymore](https://meta.discourse.org/t/introducing-font-awesome-5-and-svg-icons/101643), so I have to modify the java script from  
`<i class="fa fa-cloud-upload d-icon d-icon-upload"></i>`  
to  
`<svg class="fa d-icon d-icon-cloud-upload-alt svg-icon svg-node" aria-hidden="true"><use xlink:href="#cloud-upload-alt"`\>`</use><`/svg\>’

5, If everything setup right, it will show cloud upload icon in discourse editor.

 ![2021-02-22_190904](https://global.discourse-cdn.com/meta/original/3X/8/a/8a6b55ce3bf3c16f25c4eef6682a5982195dc536.png)

6, Just click on the new icon, Drag & drop image to popup window and it automatically upload & paste the code to editor with watermark. 🥳

7, Now it work perfectly in desktop. But I am still figuring how to add the icon to smart phone. 🤔 I will update this post if I find a way to do it.

It is just a temp solution, workaround, not perfect at all but can do it easily within mins. I am still hoping Discourse can add watermark in core or by plugin / TC in future.

---

_[View the full topic](https://meta.discourse.org/t/watermark-on-all-upload-images/174534)._
