There seems to be an issue with GIFs not loading on mobile devices, even though they are implemented as mobile-ready.
<video src="/wp-content/uploads/2017/09/5.mp4"
preload="metadata" autoplay="autoplay" loop="loop"
muted="muted" controls="controls" width="305" height="170></video>
You can find some examples on this page here, where 10 GIFs are featured and sometimes have trouble loading, appearing like this:
The issue occurs within the WordPress platform when the GIFs are added to the media library. I have tried adjusting preload settings such as "none", "auto", and removing preload altogether, but the problem persists in both Safari and Chrome on mobile.
On desktop browsers, everything works perfectly fine without any issues.