You are viewing a single comment's thread from:RE: [How To] Use New Hidden STEEMit Features for Custom Formatting Within Post: Content Floating Right/Left and JustifyingView the full contextView the direct parentfy1000000 (25)in #steemit • 7 years ago (edited)I found a roundabout way to do this ---every time you cascade the <div> tag, the image gets resized by 50%. For example: <div class="pull-left"> <div class="pull-left"> </div> </div>