How resize images on steemit - tricks

in #steemit7 years ago

Hi, today I have decided to write about how to resize images of steemit posts when you design your blog posts. Firts of all , I consider you know a little bit about markdown and html markup. If You are newbie at coding and you want to make your post design beautiful, just follow my blog.

Well, I am not a writer. especially when writing in English :) So I will not write nice novels here :) the only thing, I can promise, is that I can give you the tricks, what you can make beautiful blog posts with them.

So, We have 2 choices for styling our posts - the 1st is html markup , the 2nd is markdown.

Both of these 2 methods have their own advantages and disadvantages. But we can make powerful design tricks with help of mixing the methods.

Web designers don't use markdown for styling their websites because markdown is not relevant to coding. it is just used for documention of programming libraries etc. Steemit does not support CSS - Cascade Style Sheet that is why we can not change text colors, width of elements , font types and more...

Steemit has own 3 css classes to change layout and text of posts. By the way I do not know why steemit does not create more css classes for making more amazing desings.

  1. class="pull-left" - float elements to the left
  2. class="pull-right" - float elements to the right
  3. class="text-justify" - Use it to justify text
<div class="pull-left">  
http://www.the626.com/wp-content/uploads/2015/08/supersize400.jpg  
</div> 

<div class="pull-right">  
http://www.the626.com/wp-content/uploads/2015/08/supersize400.jpg  
</div> 

<div class="text-justify">  
some long text...
</div> 



Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.


When you use class="pull-left" and class="pull-right" the browser add some css codes like below. These classes change width of sections and divide container width of entire post into 2 Parts as 50% / 50%
images.png

.pull-left {
    float: left;    
    padding-right: 1rem;
    max-width: 50%;
}

.pull-right{
    float: right;    
    padding-right: 1rem;
    max-width: 50%;
}

sa.JPG

I hope you learn some things so far here . Now let us Shrink size of image 4 times.

<div class="pull-left">  
    <div class="pull-left">  
       http://www.the626.com/wp-content/uploads/2015/08/supersize400.jpg  
    </div> 
</div> 

When you add class="pull-left" inside div element , the browser divide its width into 2 Parts as 50% / 50% again.

now We have learnt how minimize the size of image 4X times. if we go deep nesting we achieve to minimize 8x times

<div class="pull-left">  
    <div class="pull-left">  
          <div class="pull-left">  
                http://www.the626.com/wp-content/uploads/2015/08/supersize400.jpg  
           </div>   
    </div> 
</div> 





Bonus trick to minimize images by 1x , 2x, 3x, 4x, 5x, 6x, 7x, 8x, ......But I do not advice to use this method to decrease image size

                                                                                         
                                                                                                     
                                                                                                             
                                                                                                                            
                                                                                                                                    
                                                                                                                                           
                                                                                                                                                  
                                                                                                                                                            


My last trick is if you are not good at coding, just try your photo editor to resize and edit images. this is an easy way. That is all my friends.


👉👉👉Size Your Text 📑 How many you want - micro sizing - read more


LongLongLongLongLongLongLongLongLongLong LongLongLongLongLongLongLong

TEXT1TEXT1TEXT1TEXT1




You may also like my other posts

img
How get more readers for Your old steemit posts? Boost 🚀🚀your views

img
Add Your Popular Posts to sidebar of each blog post - Markdown Trick

img
I try to make my post like my profile


img
Top 10 Russian Beautiful
Women

img
Top 10 Most Beautiful Women in Sports

img
Top 10 Most Beautiful Women In The World

img
10 🔥Beautiful Girls 👯💃of the Day #1


img
Top 10 Most🔥 Beautiful Women💃 in USA


img
Top 30 Most Beautiful Indian Girls 💃💃 in one Picture #1

img
10 🔥Sexy Girls 💃of
the Day #2


img
10 Most Beautiful Woman Golf player in one Picture #2

img
50 Shades of 1 beautiful Girl - Photo🤳


img
👍💥Best Styling guides for your steemit💌 posts (multi columns)

img
🔥Sexy Girl 💃of instagram



img
Check out my steemit posts - All in One - Week #1





If you think How to donate to this ℒady Just upvote this post and follow me if you like it and want to see more.
If you think others will enjoy this Please ReSteem it!

💃 @ℒadyluck
    follow

Sort:  

I was wondering how to do this, then I just gave up lol. Thanks for the guide.

It is difficult for me to explain messy codes, You will agree with me when if you see that codes, for example below

 
<h1> Long<sup>Long<sup>Long<sup>Long<sup>Long<sup>Long<sup>Long<sup>Long<sup>Long</sup>Long</sup> Long</sup>Long</sup>Long</sup>Long</sup>Long</sup>Long</sup>Long
</h1> 
 


LongLongLongLongLongLongLongLongLongLong LongLongLongLongLongLongLong


Vert nice effect.

NiceNiceNiceNiceNiceNiceNiceNiceNice

I am happy to help you

Helpful guide!

thanks

Coin Marketplace

STEEM 0.20
TRX 0.14
JST 0.029
BTC 64876.15
ETH 3157.35
USDT 1.00
SBD 2.55