ige-geophysics / website

This is the source code for the Geophysics Lab website
https://www.ige.unicamp.br/geophysics/
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

Fix height and width for Bootstrap carousel #63

Open hbueno opened 4 years ago

hbueno commented 4 years ago

I think I've two paths to follow:

Important for issues #13, #50.

hbueno commented 4 years ago

Let's something like the example bellow:

<div class="carousel-inner" role="listbox" style=" width:100%; height: 500px !important;">
...
</div

Ref.: https://stackoverflow.com/a/33623912/11989056