There are 16 beer labels on the On
Tap Now page that use an img tag
like this one for the Bensons Bubbler.
Despite the need for multiple versions of this image depending on the
screen size, HTML only allows one value for the src.
Information on location of
large file in query string
Instead of using query string,
some use data attributes
File doesn’t download because anything inside noscript
tags is not is the DOM if the JavaScript is enabled.
$(‘noscript[data-large][data-small]’).each(function(){
var src = screen.width >= 500 ? $(this).data(‘large’) : $(this).data(‘small’);
$(‘
Replace with your domain and
path to the images.
File doesn’t download because anything inside noscript
tags is not is the DOM if the JavaScript is enabled.
File doesn’t download because anything inside noscript
tags is not is the DOM if the JavaScript is enabled.
Ugh, markup is no longer semantic. We’ve changed
HTML to t one and only one solution.
Replace with your domain and
path to the images.
Replace with your domain and
path to the images.
Ugh, we’re routing everything through a third party.
And how does Sencha.io know what size image to send anyways?
Long description