Created
May 5, 2013 21:21
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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