I have the following media queries in my CSS:
@media screen and (min-width: 0px) and (max-width: 319px) { body {background-color:red;} } @media screen a
Had the same Probleme. However I found an easy fix. Using JS to create the iframes I just appended something like ?nocache=Math.random() to the iframe src. That fixed it for me :)