which is made to iframe on a 620x400 iframe, but everything I do doesn't work.. in css I already made the
@media only screen and (min-device-width: 620px) {
}
/* AND */
@media only screen and (min-width: 620px) {
}
These don't work... Anyone an idea? Thanks!