19.03.2016, 12:06 
	
	
	
		Thank you Karan!
Umm ook thank you.
Glad you like it Kapersky!
hr for what lines?
Thanks Spiky!!
Thank you.
Thanks for your help but i am talking about resizing images to upload it here so they are not pretty big .
	
	
	
	
Quote:
| Q:How to resize image? A:Use photoshop and resize it or use http://www.simpleimageresizer.com/ without losing quality. After that , upload it again on imgur | 
Quote:
| Looks appealing. This will get more better I know! Keep going. | 
Quote:
| Good Job  You can use <hr> function in html for those lines (sorry if im wrong :P) | 
Thanks Spiky!!
Thank you.
Quote:
| You can perform resizes in Photoshop, or using CSS / parameters of the img element. For example, if you add an image with width="100%", it will set the full width(if exists) of the container. height="100%" will set the full height(if exists) of the container. It would look something like: Код HTML: <img src="..." alt="image" width="100%" /> <!-- or --> <img src="..." alt="image" height="100%" /> Код HTML: background-image: url(...); background-size: contain; /* If you want to maintain aspect ratio */ background-size: cover; /* If you want to fill the whole container, and don't care about the aspect ratio */ Код HTML: background-position: middle center; | 



