![]()
Dear friends,
usually the first image of your post becomes the preview image, but sometimes it might be useful to hide the preview image in your post.

Yesterday @kenny-crane shared a post by @arwine on twitter, in which she tried to achieve this by nesting several div tags. You can find her post here.
Essentially it looks like this:
<div class="pull-right">
<div class="pull-right">
<div class="pull-right">
<div class="pull-right">
Place your image link here
</div>
</div>
</div>
</div>
What happens?
By using the div tags this way, you actually make it very small, because every
< div class="pull-left" > or < div class="pull-right" >
splits the screen in half and all the nested elements will be resized to fit this space by the Steemit CSS.

If you look closely at @arwine's post, you can still spot the preview image as a mini thumbnail at the bottom right of this screenshot.
My Solution
This let me think about an easier and more elegant way to get a better result.
Just upload your images to steemitimages and then add the following code right before the image link of your preview image:
https://steemitimages.com/1x1/
Your link should look like this:

And this is the thumbnail image, when you make the maximum height 200 pixel.
Adding https://steemitimages.com/0x200/
![]()
As you can see, the aspect ratio of the images is fixed, so that the image still looks good. This is because only one of the numbers is interpreted as being responsible for the resize. Either it is the number, which is different from zero or the smaller number.
Hope this info helps you to design even more outstanding posts.
Do you know some more good design tips for Steemit posts?
Please share them in the comments!
