Fade Image Into Another Image

PHOTO EMBED

Tue Jun 23 2020 09:06:18 GMT+0000 (Coordinated Universal Time)

Saved by @Amna #jquery

<div id="kitten" style="background-image: url(dog.jpg);">
  <img src="/images/kitten.jpg" alt="Kitten" />
</div>
content_copyCOPY

Make a div that is the exact size of the image. This div will have a background image applied to it of the second image. Then put an inline image inside it.

https://css-tricks.com/snippets/jquery/fade-image-into-another-image/