Hello,
since your latest update, which is coming with changes for the Image loader, I'm experiencing side effects. No Image is shown anymore. Linkage for the image seems to work.
Example page:
https://happycarb.de/rezepte/backen/low-carb-krustenbrot/
I'm using, as many others, a Caching plugin and also a minified and combined CSS and JS files. In addition, JS files are requested deferred to prevent render blocking-related problems.
I already tried the following, nothing helped:
- Calling the JS files non-deferred, straight an page load
- jQuery is loaded always first
- Don't touch your wmu-multiple.min.js asset for combining
Overall, your used wmuImagesInit() methode seems to not called correctly. I'm sure that other users with different Caching Plugins than mine will experience the same.
Best regards,
Carsten