dark
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 dark
theme.
Example
[nivo id=10983,10987 theme=dark class=dark]
.dark { padding-bottom: 38.1831%; height: 0; background: #222;}
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.
See also
- oik-css to define, and display, the custom CSS required.