Page 1 of 1

Uploading images

Posted: Sun Oct 02, 2022 6:58 pm
by carl078
Hello,
I uploaded some photos and when I publish the post only a little piece of the photo is visible.
How can I have automatic resizing of the image?

Re: Uploading images

Posted: Sun Oct 02, 2022 9:30 pm
by virtualsky
You need to add the "scale" variable to shirk down oversized images. When posting the image in your blog entry do it like this:

Code: Select all

 [img=images/yourfilename.jpg scale=80% title="The name of the photo you want to see"] 
Set the scale value to what ever best suites your blog. In this example I used 80%.

Re: Uploading images

Posted: Tue Oct 11, 2022 1:20 pm
by Arvid
Or you make use of the width and height parameters of the img tag.
To learn more about those parameters, check out the BBCode documentation on our wiki :)

Re: Uploading images

Posted: Tue Oct 11, 2022 2:24 pm
by carl078
Arvid wrote: Tue Oct 11, 2022 1:20 pm Or you make use of the width and height parameters of the img tag.
To learn more about those parameters, check out the BBCode documentation on our wiki :)
Thank you very much, the wiki is super useful!

Re: Uploading images

Posted: Tue Oct 11, 2022 6:16 pm
by Arvid
8-)