Y
Hacker News
new
|
ask
|
show
|
jobs
by
onionisafruit
153 days ago
Is it the “min-width=1024px” in the link that causes it to not load on smaller devices?
2 comments
masklinn
153 days ago
Yes, it's a media query (
https://developer.mozilla.org/en-US/docs/Glossary/Media_quer...
) on the <link>. Only if the media query passes will the link "activate".
link
netol
153 days ago
To not preload, yes
link