bigreja/watermarkimage

Add a watermark to your Image

Installs: 120

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:silverstripe-vendormodule

1.0.0 2019-11-19 16:28 UTC

This package is not auto-updated.

Last update: 2024-04-14 03:38:41 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" />