Hello all, please forgive the elementary question. If I have the following css, are both of the images loaded on the smaller device or only the background image for the appropriate media query?
@media only screen and (min-width: 960px) {
bk-head {
background-image: background-image: url(../images/BIGGER-IMAGE.png);
}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
bk-head {
background-image: background-image: url(../images/SMALLER-IMAGE.png);
}
}
They're all loaded. The ones that get displayed depend on the user's viewport width.
See this related discussion.
http://forums.adobe.com/message/4418887#4418887
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
North America
Europe, Middle East and Africa
Asia Pacific