Skip to content
New issue

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

watermark support #354

Closed
vinaybr opened this issue Oct 27, 2014 · 5 comments
Closed

watermark support #354

vinaybr opened this issue Oct 27, 2014 · 5 comments
Labels

Comments

@vinaybr
Copy link

vinaybr commented Oct 27, 2014

I am looking at implementing watermark support for the control, has there been any work done on the same that i can look into before i start my implementation.

@samclarke
Copy link
Owner

Watermark as in watermarking images? If so I don't think anyone has done that. It's more something that would be done server rather than in a WYSIWYG editor.

@brunoais
Copy link
Collaborator

You can use javascript and CSS to control where the editor appears with the text. I don't know if you can control transparency but you can rotate using CSS and you can use SCE above the original content to allow the user to watermark the images he wants.
The actual watermarking, though, should be made server-side as it is much, much easier and helps preventing security breaches.

@vinaybr
Copy link
Author

vinaybr commented Oct 27, 2014

i was talking about watermark text(html5 placeholder equivalent)

@brunoais
Copy link
Collaborator

Ah! You want a temporary placeholder text while it is empty? Is that it?

@samclarke
Copy link
Owner

Closing this as no new information has been posted. Possible duplicated of #526

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants