E
E
ErichZann2019-01-15 14:53:52
css
ErichZann, 2019-01-15 14:53:52

Save image with overlay ( CSS overlay)?

Good afternoon,
Can you please tell me if it is possible to somehow save the original image with CSS overlay without resorting to heavy programs like Adobe Photoshop?
Below is the code that is applied to the picture.

.hero-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-color: rgba(45, 51, 69, 0.8); 
}

Thanks

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vitaly Stolyarov, 2019-01-15
@ErichZann

Only editing through Canvas

T
tyzberd, 2019-01-15
@tyzberd

take a screenshot How to take a screenshot of an element using JS?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question