1
I need to make 4 thumbnails track the width of the screen.
Example:
DIV1 DIV2 DIV3 DIV4 They are with a size X, horizontal in a row, picking up the whole width of the screen.
I need to resize the screen, the same still persists in 4 row Ivs, with proportional sizes for that type of screen, and fill the whole width.
In short, they should follow the width of the screen.
How could I do this in Jquery or css?
vc can use bootstrap? If so, simply set the Divs with the class 'col-Md-3': https://getbootstrap.com/examples/grid/
– Thiago Custodio
You could put the code snippet in HTML, CSS and jquery so experts can help?
– Danilo Pádua
Bootstrap in that case is the best solution.
– Pedro Camara Junior