Website Work :)
#9

Quote:
Originally Posted by Karan007
Посмотреть сообщение
Great for your first one.
Thank you Karan!
Quote:
Originally Posted by MicroKyrr
Посмотреть сообщение
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
Umm ook thank you.
Quote:
Originally Posted by Kapersky™
Посмотреть сообщение
Looks appealing. This will get more better I know! Keep going.
Glad you like it Kapersky!
Quote:
Originally Posted by K0P
Посмотреть сообщение
Good Job
You can use <hr> function in html for those lines (sorry if im wrong :P)
hr for what lines?
Quote:
Originally Posted by SpikY_
Посмотреть сообщение
Looks well designed. Good work!
Thanks Spiky!!
Quote:
Originally Posted by Humza
Посмотреть сообщение
Not Bad..
Thank you.
Quote:
Originally Posted by GWMPT
Посмотреть сообщение
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%" />
If you're adding the image as a background-image of the elements, you can use something like:
Код 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 */
While using CSS with these settings, it would be a good idea to set the image position to the middle of the container.
Код HTML:
background-position: middle center;
Thanks for your help but i am talking about resizing images to upload it here so they are not pretty big .
Reply


Messages In This Thread
Website Work :) - by vassilis - 19.03.2016, 02:45
Re: Website Work :) - by Karan007 - 19.03.2016, 04:48
Re: Website Work :) - by HydraHumza - 19.03.2016, 04:57
Re: Website Work :) - by SpikY_ - 19.03.2016, 07:38
Re: Website Work :) - by K0P - 19.03.2016, 08:56
Re: Website Work :) - by Kapersky™ - 19.03.2016, 09:02
Re: Website Work :) - by MicroKyrr - 19.03.2016, 10:04
Re: Website Work :) - by GWMPT - 19.03.2016, 11:01
Re: Website Work :) - by vassilis - 19.03.2016, 12:06
Re: Website Work :) - by Erwin. - 19.03.2016, 13:21

Forum Jump:


Users browsing this thread: 1 Guest(s)