Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css] 第456天 有使用过css的images-set吗?它能解决什么问题? #2645

Open
haizhilin2013 opened this issue Jul 14, 2020 · 2 comments
Labels
css css

Comments

@haizhilin2013
Copy link
Collaborator

第456天 有使用过css的images-set吗?它能解决什么问题?

3+1官网

我也要出题

@haizhilin2013 haizhilin2013 added the css css label Jul 14, 2020
@longhui520
Copy link

  • 为不同的设备分配合适得图像

@zhaofeipeter
Copy link

根据不同分辨率的设备显示不同的图像,如下:
background-image: image-set( "cat.png" 1x,
"cat-2x.png" 2x,
"cat-print.png" 600dpi);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
css css
Projects
None yet
Development

No branches or pull requests

3 participants