T
T
timtimIT2015-10-28 18:26:45
JavaScript
timtimIT, 2015-10-28 18:26:45

What bootstrsap3 plugin on small screens for large blocks makes a button for hiding / uncovering this block?

Hello.

What bootstrsap3 plugin on small screens does for large blocks make the button for hiding / uncovering this block?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Viktor Kulikov, 2015-10-28
@bezdoom

What "this" block?
Bootstrap has 4 grid sizes
xs sm md lg (from smallest to largest)
Accordingly, you can hide and show elements for different grid sizes using the classes
.hidden-xs, .hidden-sm, .hidden-md, .hidden-lg and respectively .visible-xs, .visible-sm, .visible-md, .visible-lg.
You can read more about the grid here getbootstrap.com/css/#grid
As for hiding and showing blocks, there is a Collapse plugin
More about it here getbootstrap.com/javascript/#collapse

A
Anton Natarov, 2015-10-28
@HanDroid

Use Collapse on the block.
Offical Bootstrap3

A
Andrey Raboy, 2015-10-28
@raba

here https://youtu.be/H0shTeUxUlI?list=PLypd1VrGv7FPokh...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question