Viewing 5 replies - 1 through 5 (of 5 total)
  • jkeyes

    (@jkeyes)

    You can use some CSS to change the height and width of the image.

    For example: <img style="width: 100px; height: 100px;" .../>.

    But to save bandwidth and make the page load faster you should make a smaller resolution copy of the image and use that on your site instead.

    Thread Starter damijan

    (@damijan)

    I appreciate it jkeyes!, but unfortunately I need more simple, step by step explanation…

    Damijan

    moshu

    (@moshu)

    1. login
    2. Manage > Posts
    3. Open that post for Edit
    4. click on the image AND hit the Delete button

    As for the future: resize your images BEFORE uploading to your blog.
    Google and find free image editor programs, download, learn.

    jkeyes

    (@jkeyes)

    You have the following in your HTML:

    <img alt="Jutranja zabava" src="https://damijanganc.tuditi.delo.si/files/2007/02/pict0150.JPG"/>

    Change it to:

    <img style="width: 100px; height: 100px;" alt="Jutranja zabava" src="https://damijanganc.tuditi.delo.si/files/2007/02/pict0150.JPG"/>

    Play with the height and width values until you get a size you like.

    Thread Starter damijan

    (@damijan)

    Great guys!

    Thank’s

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘photo size’ is closed to new replies.