Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

target id in media query

@media only screen and (max-width: 767px) {
    /* your iframe */
    .responsive #frame { 
        width: 100%!important;
        max-width: 100%!important;
    }
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #target #id #media #query
ADD COMMENT
Topic
Name
6+2 =