MediaWiki:Common.css: Difference between revisions

From 20R1
Created page with "CSS placed here will be applied to all skins: .full-width-img img { width: 100% !important; height: auto !important; }"
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* Responsive image container */
.full-width-img img {
.full-width-image img {
     width: 100% !important;
     width: 100% !important;
     height: auto !important;
     height: auto !important;
    max-width: 100%;
}
}

Revision as of 21:15, 1 April 2026

/* Responsive image container */
.full-width-image img {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
}