MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 284: Line 284:
.image-container img {
.image-container img {
     display: block;
     display: block;
     max-width: 100%; /* Ensure image scales within the container */
     max-width: auto; /* Ensure image scales within the container */
     height: 350px; /* Maintain aspect ratio */
     height: 350px; /* Maintain aspect ratio */
}
}

Navigation menu