gera3d
4/8/2016 - 4:12 PM

Add this to jetpack

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;
  }
}