Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanbuchanan committed Aug 14, 2016
1 parent ad37865 commit 4481afa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions portrait-mobile-images.html
@@ -0,0 +1,6 @@
<style>
/* Stop portrait-oriented images from scaling up too much when viewed in landscape mode */
@media screen and (orientation:landscape) {
.image-portrait { max-width: 400px; }
}
</style>

0 comments on commit 4481afa

Please sign in to comment.