🚨 GROW YOUR AUDIENCE WITH HUGOBLOX! 🚀 HugoBlox is an easy, fast no-code website builder for researchers, entrepreneurs, data scientists, and developers. Build stunning sites in minutes. 适合研究人员、企业家、数据科学家和开发者的简单快速无代码网站构建器。用拖放功能、可定制模板和内置SEO工具快速创建精美网站!
Solution if/when add video support: Edit Video shortcode so that all videos lazy load by default by adding params as per links above (inc. data-autoplay, data-poster).
An approach to speed up page load time.
See: https://developers.google.com/web/fundamentals/performance/lazy-loading-guidance/images-and-video/
Todo:
Notes:
static/
in order to generate fast loading thumbnails for all imagesNotes on videos:
Do not attempt to lazy load videos yet as there are a number of additional considerations and an issue still open to add video support:
Solution if/when add video support: Edit Video shortcode so that all videos lazy load by default by adding params as per links above (inc.
data-autoplay
,data-poster
).