I just added .webp to each js file of the plugin, after that it started working.
Like:
Old
{return/(.png|.jpg|.jpeg|.gif|.tiff|.bmp)
New
{return/(.webp|.png|.jpg|.jpeg|.gif|.tiff|.bmp)
-
This reply was modified 3 years ago by Md Parvej Ansari. Reason: add some information