- CSS 教程
- CSS - 教程
- CSS - 简介
- CSS - 语法
- CSS - 选择器
- CSS - 包含
- CSS - 度量单位
- CSS - 颜色
- CSS - 背景
- CSS - 字体
- CSS - 文本
- CSS - 图像
- CSS - 链接
- CSS - 表格
- CSS - 边框
- CSS - border-block 属性
- CSS - 边框内联
- CSS - 边距
- CSS - 列表
- CSS - Padding 属性
- CSS - 光标
- CSS - 轮廓
- CSS - 维度
- CSS - 滚动条
- CSS - 内联块
- CSS - 下拉列表
- CSS - visibility 属性
- CSS - Overflow 属性
- CSS - 清除修复
- CSS - float(浮点)
- CSS - 箭头
- CSS - resize 属性
- CSS - quotes 属性
- CSS - order 属性
- CSS - Position 属性
- CSS - hypens 属性
- CSS - :hover(悬停)
- CSS - display(显示)
- CSS - focus 属性
- CSS - zoom(缩放)
- CSS - translate 属性
- CSS - Height 属性
- CSS - hyphenate-character 属性
- CSS - Width 属性
- CSS - opacity 属性
- CSS - z-index 属性
- CSS - bottom 属性
- CSS - 导航栏
- CSS - 覆盖
- CSS - 表单
- CSS - 对齐
- CSS - 图标
- CSS - 图片库
- CSS - 注释
- CSS - 加载器
- CSS - Atrribute 选择器属性
- CSS - 运算器
- CSS - root
- CSS - 盒子模型
- CSS - 计数器
- CSS - Clip (Obsolete) 属性
- CSS - writing-mode 属性
- CSS - Unicode-bidi 属性
- CSS - min-content 属性
- CSS - 全部
- CSS - inset 属性
- CSS - isolation 属性
- CSS - overscroll-behavior 属性
- CSS - justify-items 属性
- CSS - justify-self 属性
- CSS - tab-size 属性
- CSS - pointer-event 属性
- CSS - place-content 属性
- CSS - place-items 属性
- CSS - place-self 属性
- CSS - max-block-size 属性
- CSS - min-block-size 属性
- CSS - mix-blend-mode 属性
- CSS - max-inline-size 属性
- CSS - min-inline-size 属性
- CSS - offset 属性
- CSS - accent-color 属性
- CSS - user-select 属性
- CSS 高级
- CSS - grid 属性
- CSS - Grid 布局
- CSS - flexbox
- CSS - vertical-align 属性
- css - positioning
- css - layers
- css - pseudo_classes
- CSS - 伪元素
- CSS - @ 规则
- CSS 滤镜 - text-effect 属性
- CSS 分页媒体
- CSS 打印
- CSS - 布局
- CSS - 验证
- CSS - 图像精灵
- CSS - !important
- CSS - 数据类型
- CSS3 教程
- CSS - 圆角
- CSS - 边框图像
- CSS - 多种背景
- CSS - 渐变
- CSS - box-shadow 属性
- CSS - box-decoration-break 属性
- CSS - caret-color 属性
- CSS - text-shadow 属性
- CSS - 2D 转换
- CSS - 3D 变换
- CSS - transition 属性
- CSS - 动画
- CSS - 多列布局
- CSS - 盒子大小调整
- CSS - 工具提示
- CSS - buttons
- CSS - 分页
- CSS - 变量
- CSS - 媒体查询
- CSS - 值函数
- CSS - 数学函数
- CSS - Mask 属性
- CSS - shape-outside 属性
- CSS - 样式图像
- CSS - 特异性
- CSS - 自定义属性
- CSS 响应式
- CSS - 响应式网页设计 (RWD)
- CSS - 响应式设计视口
- CSS - 响应式网格视图
- CSS - 响应式媒体查询
- CSS - 响应式图像
- CSS - 响应式视频
- CSS - 响应式框架
- CSS 引用
- CSS - 所有属性列表
- CSS - 颜色引用
- CSS - 浏览器支持参考
- CSS - 网页字体
- CSS 工具
- CSS - PX 到 EM 的转换
CSS 函数 - image-set()
CSS 中的 image-set() 函数让浏览器从给定的集合中选择最合适的图像,主要用于高像素密度的屏幕。
浏览器将根据设备的显示特性选择最合适的图像。如果设备具有更高的像素密度,它将选择具有较高像素密度的图像(如果可用)。移动连接速度较慢的同一设备更愿意接收低分辨率图像,而不是等待高分辨率图像或根本不加载任何图像。
函数 image-set() 允许用户为图像提供选项,而不是修复一个选项。
语法
<image-set()> = image-set( <image-set-option># )
一些示例语法如下:
image-set(
"sampleimage1.png" 1x,
"sampleimage2.png" 2x
);
image-set(
url("sampleimage1.png") 1x,
url("sampleimage2.png") 2x
);
/* use of gradient as image */
image-set(
linear-gradient(red, yellow) 1x,
linear-gradient(green, yellow) 2x
);
/* use of supported formats of images */
image-set(
url("sampleimage1.png") type("sampleimage.png"),
url("sampleimage2.jpg") type("sampleimage2.jpeg")
);
在上述语法中:
- url(“sampleimage1.png”) 1x 表示像素密度为 1x 的第一个图像源。
- url(“sampleimage2.png”) 2x 表示像素密度为 2x 的第二个图像源。
可能的值
image-set() 函数可以包含以下值:- <image>:可以是除图像集以外的任何图像类型,这意味着函数 image-set() 不能嵌套在另一个 image-set() 函数中。
- <string>:列出图像的 URL。
- <resolution>:可选,指定图像的分辨率,以各种单位表示,例如:
- X, DPPX:表示每像素单位的点数。
- DPI:表示每英寸点数单位。
- DPCM:每厘米点数单位。
- type(<string>):可选并指定有效的 MIME 类型字符串,如“sampleimage.jpeg”。
前缀 -webkit 应用于 Chrome 和 Safari。建议使用前缀版本,以实现浏览器的完全兼容性。
可访问性问题:没有向辅助技术提供有关背景图像的特殊信息,因此屏幕阅读器中也不会公布有关背景图像的任何内容。如果这样的背景图像很重要并且意味着对用户的任何信息,那么辅助技术就会错过。建议在文档中对此类信息进行语义描述。
可访问性问题:没有向辅助技术提供有关背景图像的特殊信息,因此屏幕阅读器中也不会公布有关背景图像的任何内容。如果这样的背景图像很重要并且意味着对用户的任何信息,那么辅助技术就会错过。建议在文档中对此类信息进行语义描述。
CSS image-set() - 替代背景图片
以下示例演示了如何使用 image-set() 函数来设置备用背景图像:
<html>
<head>
<style>
.box {
background-image: -webkit-image-set(
"images/border.png" 1x,
"images/white-flower.jpg" 2x
);
background-image: image-set(
"images/border.png" 1x,
"images/white-flower.jpg" 2x
);
border: 3px solid black;
width: 300px;
height: 200px;
}
</style>
</head>
<body>
<div class="box"></div>
</body>
</html>
CSS image-set() - 替代图像格式
以下示例演示了如何使用 image-set() 函数为背景图像指定替代图像格式:
<html>
<head>
<style>
.box {
background-image: -webkit-image-set(
"images/red-flower.jpg" 1x,
"images/border.png" 2x
);
background-image: image-set(
"images/red-flower.jpg" 1x,
"images/border.png" 2x
);
border: 3px solid black;
width: 300px;
height: 200px;
}
</style>
</head>
<body>
<div class="box"></div>
</body>
</html>
CSS image-set() - 提供后备选项
如果任何浏览器都不支持 image-set() 函数,您可以提供一个回退选项 image 作为背景。您需要在使用 image-set() 函数的行之前进行单独的声明,因为该函数没有内置的回退选项。
<html>
<head>
<style>
.box {
/* adding a fallback option*/
background-image: url("images/white-flower.jpg")
background-image: -webkit-image-set(
"images/red-flower.jpg" 1x,
"images/border.png" 2x
);
background-image: image-set(
"images/red-flower.jpg" 1x,
"images/border.png" 2x
);
border: 3px solid black;
width: 300px;
height: 200px;
}
</style>
</head>
<body>
<div class="box"></div>
</body>
</html>