Last active
June 26, 2018 09:32
-
-
Save mathiasmoeller/4d123c36c40037a78a656d1eab4f475f to your computer and use it in GitHub Desktop.
How to customize the STOMT JavaScript Feed Widget
This file contains 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
.stomt-feed-iframe { | |
/* use max-width instead of width to ensure that the feed is visible on mobile devices */ | |
max-width: 600px; | |
/* use min-height to define how many stomts should be visible without scrolling (850px ~ 3 stomts)*/ | |
min-height: 850px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment