Skip to content

Instantly share code, notes, and snippets.

@gera3d
Created April 8, 2016 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gera3d/bfa5acfe64abd63ea19d32408ee5c650 to your computer and use it in GitHub Desktop.
Save gera3d/bfa5acfe64abd63ea19d32408ee5c650 to your computer and use it in GitHub Desktop.
Add this to jetpack
/* iPad Landscape and Portrait
--------------------------------------------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/*Misc fix for responsive youtube thumb in mobile mode*/
.responsive-fix {
width: 100%; height: 100%; display: block;
}
}
/* Make some mobile Tweaks
--------------------------------------------- */
@media only screen and (max-width: 1023px) {
/*Misc fix for responsive youtube thumb in mobile mode*/
.responsive-fix {
width: 100%; height: 100%; display: block;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment