I have an image in css like this:
background-image: url(https://imgur.com/lTpbsD4);
I am trying to apply a 'fisheye' effect to this image, so it can look like this:
I found this codepen that accomplished something similar, though not quite what I have in mind. I want to just distort the image, but this codepen only works on hover, and does not use the css 'background-image()'
https://codepen.io/jOlga/pen/KyQMQW
How would I go to accomplish this using either css or js?