We have a very simple media …
- video
- audio
- image
… “proof of concept” idea for you today, touching on ideas with web browser web applications concerning the preloading, or not, for media files.
With video and audio elements, this can involve the use of the HTML element attribute …
… while for images, they can be helped with preloading via an HTML link element such as …
<link rel="preload" href="/inhouse_slideshow_css.jpeg" as="image" type="image/jpeg" />
… within the head element.
If this was interesting you may be interested in this too.