html – 什么浏览器下载隐藏的图像

前端之家收集整理的这篇文章主要介绍了html – 什么浏览器下载隐藏的图像前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
<style type="text/css">
    .hidden-image-container {
        display: none;
    }
</style>
<div class="hidden-image-container">
   <img src="lulcats.png" />
</div>

我主要感兴趣的是什么手机浏览器优化不下载隐藏的容器中的图像.

这将允许我明显减少初始下载时间.

Related reference question about loading images across devices

解决方法

有人曾经测试过:

http://www.w3.org/2009/03/image-display-none/test.php

编辑:看起来列表中不包含许多移动浏览器(尚未).

原文链接:https://www.f2er.com/html/231292.html

猜你在找的HTML相关文章