@mwindey
My guess is that fancybox version you are using does not support webp (maybe it does, it just have oldish extension restrictions).
You may try to open file:
oc-content/themes/veronika/js/fancybox/jquery.fancybox.pack.js
Find this:
jpg|gif|png|bmp|jpeg
Replace with:
jpg|gif|png|bmp|jpeg|webp|avif
Then clear cache from browser, refresh CDN and try again.