Skip to content

Instantly share code, notes, and snippets.

@vsxed
Created May 5, 2013 21:21
Show Gist options
  • Save vsxed/5522225 to your computer and use it in GitHub Desktop.
Save vsxed/5522225 to your computer and use it in GitHub Desktop.
Fix for WP admins who are using the "Spotify Embed" plugin (http://wpgrafie.de/wp-plugins/spotify-embed/en/) and have problems with their mobile theme.
@media all and (max-width: 568px) {
.post iframe[src^="https://embed.spotify.com"],
.post-head iframe[src^="https://embed.spotify.com"] {
max-height: 440px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment