light
theme.
If you want to set the initial height of the slider then you will need to write some CSS. This example demonstrates a method to override the CSS for the light
theme.
Example
[nivo id=10983,10987 theme=light]
.light { padding-bottom: 38.1831%;
height: 0; }
Notes
- This CSS only sets the initial height of the slider.
- It still adjusts its height for different images.
- This can cause problems if the first image is not the largest.