This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by noa1
over 8 years

my images are huge! how do I make them smaller?

I take them from google images should I take them from another place?

Answer 5603bb70d3292f01f10000af

1 vote

Permalink

just add this between your head tags:

<style>
 img { max-width: 100px}
</style>

it will get explained later in the course. For now, accept that this will make images a max-width of 100px (you can change the value to 50px or 200px or anything you like, if it is to small/large)

points
Submitted by stetim94
over 8 years

Answer 56039727d3292f117d000095

0 votes

Permalink

google search == the Book == css changing image size site:developer.mozilla.org

== discussions / opinions == css changing image size site:stackoverflow.com changing original image size site:stackoverflow.com change original image file size without changing size site:stackoverflow.com change original image file size with changing size site:stackoverflow.com changing original image size in photoshop site:adobe.com change original image file size photoshop site:adobe.com

points
Submitted by Leon
over 8 years