I have a regular image in an image tag, like this :
<img src="http://i.imgur.com/StEW4JD.jpg" class="image">
that I want to turn this image . I saw some examples of blending mode, but for blending mode you need to set the image as background, but I have an image in the image tag.
Is it possible to add a hue to an image via css without setting the image as a background?
source
share