Home › Forums › CSS › Does an image or any file set in media query also loads parent files? › Reply To: Does an image or any file set in media query also loads parent files?
October 21, 2014 at 11:06 pm
#186784
Participant
Thanks for your reply, as I can see in that article, some mobile browsers do request both the images. For the parent image, I applied display:none;
and for the mobile image I applied display:block!important;
Will this make any difference or it’s a good thing to avoid this practice altogether?
Thanks by the way.