Widget:Carousel

From Jcastle.info
Revision as of 23:31, 24 July 2017 by Eric (talk | contribs)

<style> .carousel {

 position: relative;
 width: 500px;
 height: 200px;

} .carousel .item{ min-height: 200px; }

</style>