Home › Forums › CSS › no-show in responsive design › Re: no-show in responsive design
October 30, 2012 at 5:56 pm
#112959
Member
For the following reasons https://css-tricks.com/places-its-tempting-to-use-display-none-but-dont/ .
And when it comes to images, you need to check this out http://timkadlec.com/2012/04/media-query-asset-downloading-results/ .
Plus you’re loading content you won’t be using anyway, so it’s a larger document size for nothing.