Difference between revisions of "MediaWiki:Common.css"

From MIT Technology Roadmapping
Jump to navigation Jump to search
Line 2: Line 2:


.res-img img{
.res-img img{
max-width:100%;
  max-width:100%;
height:auto;
  height:auto;
}
}


Line 13: Line 13:


img.weckimg {
img.weckimg {
    max-width:100%;
  max-width:100%;
max-height:auto;
  height:auto;
}
}

Revision as of 15:50, 30 December 2021

/* CSS placed here will be applied to all skins */

.res-img img{
  max-width:100%;
  height:auto;
}

.res-video video{
 max-width:100%;
 max-height:100%;
}


img.weckimg {
   max-width:100%;
   height:auto;
}