We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For now it is impossible insert multiple watermarks because filter name is key of the array.
The text was updated successfully, but these errors were encountered:
You can solve this problem by creating a additional filter
services: liip_imagine.filter.loader.watermark2: parent: 'liip_imagine.filter.loader.watermark' tags: - { name: liip_imagine.filter.loader, loader: 'watermark2' }
and apply it
liip_imagine: filter_sets: my_watermark_filter: filters: watermark: image: '../assets/images/watermark1.png' position: 'topleft' watermark2: image: '../assets/images/watermark2.png' position: 'bottomright'
But this does not eliminate need to resolve the problem.
Sorry, something went wrong.
seems fixed in #1281
No branches or pull requests
For now it is impossible insert multiple watermarks because filter name is key of the array.
The text was updated successfully, but these errors were encountered: