<style> .shoutBody { padding: 0 0 10px 20px; /* top right bottom left padding */ } .shoutWithImage .shoutBody { min-height: 54px; } .shoutWithImage .shoutBody img { max-width: 50px; max-height: 50px; float: right; padding: 2px; } .scrollableShout { height: 300px; /* adjust the shout box height here */ display: block; overflow-y: auto; } </style> <script src="/GuildFiles/258012/shout-images.js"></script> <script> $(window).load(function(){ var shoutScrollable = true; shoutImages(shoutScrollable); }); </script>
.shoutWithImage img { max-width: 50px; max-height: 50px; float: right; padding: 2px; }
.shoutWithImage { min-height: 54px; }
var shoutScrollable = true;