0

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!

Floris de Boer
  • 63
  • 1
  • 1
  • 11

1 Answers1

0

If you know the page will always be in an iframe with a predefined width, there shouldn't be a need for mediaqueries at all.

Juha Tauriainen
  • 1,581
  • 1
  • 12
  • 14