Monday, 15 March 2010

javascript - Is there a Bootstrap class for things to disappear on mobile only? -



javascript - Is there a Bootstrap class for things to disappear on mobile only? -

.sr-only css class of bootstrap library used create things disappear on computer screens only. there opposite class create things disappear on mobiles only?

i know there several workarounds using javascript scripts. these acceptable if , if there no opposite.

bootstrap responsive utilities handle this: http://getbootstrap.com/css/#responsive-utilities

hide on little screens screens (less 768px):

class="hidden-xs"

show on little , little screens (less 992px):

class="visible-xs visible-sm"

javascript html css twitter-bootstrap

No comments:

Post a Comment