html5 - How to set fixed dimensions for images on desktop only in twitter bootstrap? -
html5 - How to set fixed dimensions for images on desktop only in twitter bootstrap? -
i have web page made using twitter bootstrap . works fine, set manual height , width images when site viewed on desktop (for eg height:30px ; width:60px:) . not want these dimensions apply tablet or mobile phone. how accomplish this?
you can add together classes .visible-desktop
, hidden-desktop
than set optimized image version of desired width , height within div
for illustration check fiddle
html5 css3 twitter-bootstrap
Comments
Post a Comment