You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<blockquoteclass="twitter-tweet"><plang="en" dir="ltr">Native <img> lazy-loading is coming to the web! <ahref="https://t.co/LgF7F1iMgR">https://t.co/LgF7F1iMgR</a> <img loading=lazy> defers offscreen images until the user scrolls near them. Shipping in Chrome ~75 <ahref="https://t.co/4gR7lvx4zx">https://t.co/4gR7lvx4zx</a><ahref="https://t.co/luCHEfLkKD">pic.twitter.com/luCHEfLkKD</a></p>— Addy Osmani (@addyosmani) <ahref="https://twitter.com/addyosmani/status/1114777583302799360?ref_src=twsrc%5Etfw">April 7, 2019</a></blockquote><scriptasync="" src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
Note how the first 5 media queries all have the same min-height:606px; These can either be eliminated entirely because the initial min-height is 606px, or else they can be merged into one media query.
The text was updated successfully, but these errors were encountered:
Given this example input:
The output is:
Note how the first 5 media queries all have the same
min-height:606px;
These can either be eliminated entirely because the initialmin-height
is606px
, or else they can be merged into one media query.The text was updated successfully, but these errors were encountered: