Template talk:Main Page Template/styles.css

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

{{Editprotected}} Please change

#mf-vid-vid div {
	max-width: 100%;
}
#mf-vid-vid img {
	max-width: 100%;
	height: auto !important;
}

to

/* keep wikitext div not exceed room available, it doesn’t have any identifier yet :( */
#mf-vid-vid > div,
/* keep Kaltura not exceed room available */
#mf-vid-vid .mediaContainer,
#mf-vid-vid .mwPlayerContainer,
#mf-vid-vid .PopUpMediaTransform,
/* keep VideoJS not exceed room available */
#mf-vid-vid .video-js {
	max-width: 100%;
}
#mf-vid-vid img {
	max-width: 100%;
	height: auto! important
}

per discussion here. —TheDJ (talkcontribs) 18:58, 18 July 2019 (UTC)[reply]

Hey TheDJ, this needs first more clarification, I continued the discussion there. For now, I have removed the rules, as you reported the break. -- User: Perhelion 09:19, 2 August 2019 (UTC)[reply]
✓ Done -- User: Perhelion 20:51, 5 August 2019 (UTC)[reply]