Jump to content

Template:Main Page/styles.css: Difference between revisions

responsive video
(CSS style for mobile view of the Main Page)
 
(responsive video)
Line 1: Line 1:
/* Ensure embedded videos are responsive */
#mp-tfp iframe {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
/* This template is loaded on the main page to address T32405
/* This template is loaded on the main page to address T32405
  Please feel free to adapt the code, translate this message.
  Please feel free to adapt the code, translate this message.