Author

Topic: Posting an image (Read 390 times)

jr. member
Activity: 40
Merit: 4
November 26, 2019, 02:11:07 AM
#18
Some image link create site bug i think better site https://imgur.com/upload uploded your image and make link copy link
Post hear

Example

Code:
[img]your image link submit hear[/img]
member
Activity: 119
Merit: 10
November 25, 2019, 11:30:43 AM
#17
You can copy the BBCode link, you don't need to add anything just paste the link on the write message and the image will appear automatically once the message is posted.
legendary
Activity: 2338
Merit: 10802
There are lies, damned lies and statistics. MTwain
November 25, 2019, 08:13:17 AM
#16
One additional thing to bear in mind is the size of the actual image file we are trying to visualize. I don’t mean the image size, but the file itself. That seems to be delimited to 2,5 Mb (see Limit on image file size when posting). I personally don’t run into the file size limit very often, but when you do it may take a while to decipher the cause for the image not showing if you do not remember this.
hero member
Activity: 2058
Merit: 532
FREE passive income eBook @ tinyurl.com/PIA10
November 25, 2019, 07:57:46 AM
#15
what about posting gif?
i've never got how to post that  Grin
thank you

Same way as posting images. As long as it ends with a .gif extension.

You can't for now unless your account ranks up to Junior Member (any post of yours receive at least 1 Merit) or you purchase the Copper Membership for a fee.
jr. member
Activity: 63
Merit: 7
November 25, 2019, 06:55:19 AM
#14
what about posting gif?
i've never got how to post that  Grin
thank you
legendary
Activity: 2296
Merit: 2892
#SWGT CERTIK Audited
November 22, 2019, 06:53:12 PM
#13
-snip-
I try to complete with some modifications to your quote. When the cursor is in the image area, a message will appear.
"Click the image to view it in full size!".

Quote
`````````````````````````
Example

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Code:
[table][tr][td][url=https://talkimg.com/images/2023/05/17/blobce0b74761a79ad70.png][acronym=Click the image to view it in full size!][img]https://talkimg.com/images/2023/05/17/blobce0b74761a79ad70.png[/img][/acronym][/url][color=transparent]`````````````````````````[/color]
[/td][td][b]Example[/b]

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
[/td][/tr][/table]

hero member
Activity: 2254
Merit: 831
November 22, 2019, 10:51:13 AM
#12
I prefer to place the image in a table (as needed) and put information in the next column. Although this is more complicated, at least my posts are neater (not making people bored and annoyed) and also more efficient. Like these posts :post 1, post 2.
Excellent! I did not know this kind of table and sort of posting style with images. You made a great work and I help you to become a Full Member.
I checked 2 given posts and saw that you used good resolution for your images. That's good.

After spliting table into columns, you spent time to adjust images to smaller size, that always be a big issue with images posted in the forum.

Keep up your good work.
hero member
Activity: 2002
Merit: 633
sig. code creator start @$10 - PM me!
November 22, 2019, 09:09:16 AM
#11
I prefer to place the image in a table (as needed) and put information in the next column. Although this is more complicated, at least my posts are neater (not making people bored and annoyed) and also more efficient. Like these posts :post 1, post 2.

When this method is applied, the use of the "width" & "height" parameters won't apply to the first column of the table. Then it can be tricked by using the character just below the image that is inserted the "transparent" parameter. The character length used will affect the width of the image (don't use "space").

Quote

`````````````````````````
Example

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

*Open image in new tab to view it in full size!

Code:
[tr][td][img]https://xxxxxx[/img]
[color=transparent]`````````````````````````````````````[/color]
[/td][td][b]XXXXXXXXXXXXX[/b]

xxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxx
[hr]
[size=7pt][i]xxxxxxxxxxxxxxxxxxxxxxxxxxx[/i][/size][/td][/tr]

May be useful.  Smiley
member
Activity: 116
Merit: 14
November 22, 2019, 07:29:58 AM
#10
You can follow these steps for uploading images also-
Imgur.com > register>click on new post>it will take you to the page where you can upload the image either browse or drag the image>right side you will get some options from their copy the bb code link and copy and paste it and it will come to an image format.
hero member
Activity: 2254
Merit: 831
November 20, 2019, 11:55:34 PM
#8
When you post your images (for your posts), you have to consider to use two options to adjust your images. It is a not a must thing for all images but it is especially helpful if your images are too large:
- Width: to restrict your image width, and is helpful if you want to post multiple images in one horizontal line.
- Height: it is very useful if you want to post images in different lines and will help to save bandwith while loading pages.
You can combine them or use one of them to bring more comfortable experience for yourself and for others.

Read complaints on posts or quotes with images to know what you should do.
The inclusion of large, unnecessary images in threads. Opinions?
Feature suggestion - Turn embeded images into URLs + thread topic hijacking prev
hero member
Activity: 1274
Merit: 521
7enius - Your Cryptocurrency Marketing Consultant
November 20, 2019, 10:24:39 AM
#7
You can also see it more fully in the following thread https://bitcointalksearch.org/topic/tutorial-how-to-add-image-resize-image-and-make-image-clickable-2958771. There is a complete way to add images, resize images and make clickable images. You can try to explore deeper in this forum because actually there is already basic information like this.
legendary
Activity: 2758
Merit: 6830
November 19, 2019, 12:13:19 PM
#6
Code:
[img width=100]http://xxxxxx[/img]
using width parameter looking good for huge images. with setting width size height will also auto cropping.
If the image is too big, it’s better to just resize it to the desired width/height. Otherwise, you still need to download a huge image (wastes bandwidth).
legendary
Activity: 1274
Merit: 1068
November 19, 2019, 11:50:16 AM
#5
Code:
[img width=100]http://xxxxxx[/img]
using width parameter looking good for huge images. with setting width size height will also auto cropping.
member
Activity: 136
Merit: 12
November 19, 2019, 09:49:25 AM
#4
Code:
[img]http://xxxxxx[/img]

^ substitute link above. Make sure you choose the image link with .jpg or .png
Done. thanks. Just copied the image address and posted it between it.
legendary
Activity: 2324
Merit: 6006
bitcoindata.science
November 19, 2019, 09:48:50 AM
#3
Some websites bug here for some reasons. Try imgur.com , the most used around here. Free and easy to use.
sr. member
Activity: 882
Merit: 301
November 19, 2019, 09:46:02 AM
#2
Code:
[img]http://xxxxxx[/img]

^ substitute link above. Make sure you choose the image link with .jpg or .png
member
Activity: 136
Merit: 12
November 19, 2019, 09:44:02 AM
#1
Someone please guide me in posting an image.  I have uploaded image on online website and have the link. Now what do with this.
Jump to: