Hello,
I guess it is more a php general question than a Kirby solution, but I was wondering if there was an easy way to add automaticly a watermark on pages images.
Thank you.
Hello,
I guess it is more a php general question than a Kirby solution, but I was wondering if there was an easy way to add automaticly a watermark on pages images.
Thank you.
There’s an example about this in the PHP documentation. Make sure to use a PNG with transparent background.
You can use the same code in Kirby, for example in a Panel hook that fires on panel.file.upload
and panel.file.replace
.
Yes I was reading this php documentation before posting in the forum and was wondering how to use with Kirby. Thank you for response, will try in a panel Hook.
Check the Kirby Watermark Plugin, discussed on this thread: New Kirby Watermark Plugin