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 on popup image #126

Open
Aw3same opened this issue Jul 5, 2021 · 1 comment
Open

Watermark on popup image #126

Aw3same opened this issue Jul 5, 2021 · 1 comment

Comments

@Aw3same
Copy link

Aw3same commented Jul 5, 2021

Is it possible to add a watermark in the big image? I'm trying it in the same way as in the examples, by overriding css, but I cant see my watermark in front of image.

image

my css is

ng-image-slider .lightbox-div {
  z-index: 12;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  background-image: url("/assets/images/confidential.png");
  background-size: 300px 300px;
  background-repeat: space;
  opacity: 0.9;
}

Thanks in advance

@nguyentrungtu
Copy link

If you want watermark, I suggest using merge-images library here. You can create a watermark png and merge it with your desired images before loading them into ng-image-slider.

ng-image-slider itself hasn't been updated since forever.

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

No branches or pull requests

2 participants