I'm embedding multiple soundcloud playlists into my site. They are arranged vertically so playlist #2 is directly under playlist #1.
I've stretched the code block to the farthest edge of the window so when I resize my browser window, the the playlist will stretch horizontally to occupy the full space (which can make it easier to read track titles) but this also makes the code block expand vertically as well so it pushes the rest of the content below it down on the page. Because many of the playlists are short, this results in very large empty vertical spaces between playlists when the browser is stretched to a certain size or displayed full screen.
Is there any way to control the way that code blocks resize? I do want them to resize horizontally, but want to prevent them from stretching vertically beyond a specified point.