Template:FeaturedGallery/styles.css: Difference between revisions

From The Audiovisual Identity Database
Jump to navigation Jump to search
imported>Hb1290
No edit summary
imported>Hb1290
No edit summary
Line 5: Line 5:
/*Regulate image heights to prevent overflow on larger images such as filmstrips*/
/*Regulate image heights to prevent overflow on larger images such as filmstrips*/
.mw-gallery-slideshow-img-container img {
.mw-gallery-slideshow-img-container img {
     height:350px
     max-height:350px
}
}

Revision as of 02:43, 13 October 2023

/*remove "display thumbnails" button as it doesn't work in our layout*/ 
span.oo-ui-widget:nth-child(2) > a:nth-child(1){
    display:none
}
/*Regulate image heights to prevent overflow on larger images such as filmstrips*/
.mw-gallery-slideshow-img-container img {
    max-height:350px
}