MediaWiki:Common.css: Difference between revisions

From 20R1
No edit summary
No edit summary
Line 1: Line 1:
/* Responsive image container */
/* Responsive image container */
.full-width-image img {
.full-width-image img {
     width: 100% !important;
     width: auto !important;
     height: auto !important;
     height: auto !important;
     max-width: 100%;
     max-width: 100%;
}
}

Revision as of 21:27, 1 April 2026

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