bigreja / watermarkimage
Add a watermark to your Image
Installs: 120
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- jonom/focuspoint: ^3.1
This package is not auto-updated.
Last update: 2025-03-30 08:33:00 UTC
README
Ads the ability to watermark any image file on Silverstripe
Ads Tab on Site settings to set watermark image, position and alpha.
Just add this on your template and it will watermark the image base on settings you made on site settings
<img src="$imgFieldName.Watermark.Link" />
You can use it with any other image extension, like Jonom Focuspoint just use chains
<img src="$imgFieldName.FocusFillMax(400,400).Watermark.Link" />