Topic: responsive images
is there a way to have jb load smaller image files based on platform or resolution.
for example,
breakpoints : {
"_small":360,
"_medium":780,
"_large":900
},
something along those lines, where the appropriate image would be loaded based on screen width.