Skip to content

Instantly share code, notes, and snippets.

@mathiasmoeller
Last active June 26, 2018 09:32
Show Gist options
  • Save mathiasmoeller/4d123c36c40037a78a656d1eab4f475f to your computer and use it in GitHub Desktop.
Save mathiasmoeller/4d123c36c40037a78a656d1eab4f475f to your computer and use it in GitHub Desktop.
How to customize the STOMT JavaScript Feed Widget
.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