Skip to content

Commit

Permalink
Add maxHeight to slide.
Browse files Browse the repository at this point in the history
  • Loading branch information
saschb2b committed Sep 18, 2016
1 parent 155987d commit 4578ee7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/AutoRotatingCarousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ const desktopStyles = {
},
slide: {
width: '100%',
height: '80vh'
height: '80vh',
maxHeight: 720
}
}

Expand Down

0 comments on commit 4578ee7

Please sign in to comment.