Uploading Images

novum

Moderator
Staff member
Joined
Apr 21, 2012
Messages
134
Reaction score
69
Points
28
This forum has the abilty to upload images. Its using a 3rd party host called https://add.pics.

There will be an 'Upload Images' button visible near the 'Post Thread' button below the reply box when one makes a thread or post.

A window will pop up and you can select from device or drag and drop. Press the upload button again in that popup window and your image will upload to add.pics and the BBcode will appear in the reply box automatically.

For images where one already has a URL, the image icon can be selected in the boardcode and you can paste the URL in.
 

novum

Moderator
Staff member
Joined
Apr 21, 2012
Messages
134
Reaction score
69
Points
28
Images can also have their width specified on this forum, in pixels.

So if you want to specify the width you need this BBcode, imgsize ....

Code:
[imgsize=500]URL of Image[/imgsize]
Explicitly sets the width of the image to 500px
 

novum

Moderator
Staff member
Joined
Apr 21, 2012
Messages
134
Reaction score
69
Points
28
Example - The first image simply uses the img tag so it displays full size (within the forums allowed parameters)

The ones below it are the same image and image URL but resized with the IMGSIZE option.
Code:
[img]https://i.imgur.com/YuYYi4A.jpg[/img]

[imgsize=700]https://i.imgur.com/YuYYi4A.jpg[/imgsize]

[imgsize=500]https://i.imgur.com/YuYYi4A.jpg[/imgsize]

[imgsize=350]https://i.imgur.com/YuYYi4A.jpg[/imgsize]

[imgsize=250]https://i.imgur.com/YuYYi4A.jpg[/imgsize]

[imgsize=150]https://i.imgur.com/YuYYi4A.jpg[/imgsize]

The BBcode above results in the following...
YuYYi4A.jpg










 
Top