How can I add magnifying glass effect to images in RTE?

Link to project

I was wondering if it was possible to add the magnifying glass effect to images that are in a rich text element. Similar to the effect shown in the video below from the webflow site.

video link


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

There are plugins for jQuery for example that can invoke this type of an effect. With some custom code you could target images inside of a rich text element. You would just need a class on the RTE and then target img elements that are descendants of that class.

Yea I actually went that route. With a jackl Moore zoom you posted some time ago.

-Marx Ojemudia