Skip to content

Instantly share code, notes, and snippets.

@gera3d
Created April 14, 2016 21:55
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/057e450baeaac868f5cfd22804b9232f to your computer and use it in GitHub Desktop.
Save gera3d/057e450baeaac868f5cfd22804b9232f to your computer and use it in GitHub Desktop.
Remove Logo on player in landscape mode
/* Iphone Landscape
--------------------------------------------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 750px) and (orientation : landscape) {
.fancybox-wrap:before {
display: none !important; /*Remove the logo in landscape*/
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment