mirror of
https://github.com/Damillora/Yuika
synced 2024-11-05 02:17:32 +00:00
Optimization step 2.1
This commit is contained in:
parent
4bc775b0cd
commit
5ac45407eb
@ -21,10 +21,6 @@ with a `no-image` class so we can style it accordingly.
|
||||
@media(max-width: 767px) {
|
||||
.responsive-{{slug}}-img {
|
||||
background-image: url({{img_url feature_image size='m'}});
|
||||
background-image: -webkit-image-set(url({{img_url feature_image size='m'}}) 1x,
|
||||
url({{img_url feature_image size='l'}}) 2x);
|
||||
background-image: image-set(url({{img_url feature_image size='m'}}) 1x,
|
||||
url({{img_url feature_image size='l'}}) 2x);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user