Hello
To set a max height to your LayerSlideshow you can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Edit height to taste...
.layerslideshow, .layerslideshow .img-fill {
max-height: 400px;
}
CiarĂ¡n