Page 2 of 2

Re: Photos on SMF

Posted: Sat Mar 16, 2019 5:19 am
by drmoss_ca
No need to disturb your granddaughter, Gary. The composer's Attachments pane is unreliable in that it will cope with one image perfectly well, but if you add more it forgets the first and so on. It lets you do it, and it might even preview it OK, but the final post will be screwed up.

If you want to make a post with multiple images, they must reside elsewhere on the web and be linked. Then you just paste in the image address (URL) and place [img]URL.jpg[/img] tags around it. If you need somewhere to upload your images, there are free options. Your ISP probably offers you some web storage along with your connection, and it is easy to use ftp to place image files there, Or you can use a third party like Flickr or others.

Re: Photos on SMF

Posted: Sat Mar 16, 2019 7:33 am
by brothers
I can do that! (That first sentence in your response is exactly what was happening.) Much obliged!

PS: I was able to delete the troublesome test photo that used to reside somewhere above here. (I went to the Attachments tab and clicked the Delete File button. Hmmm . . .)

Re: Photos on SMF

Posted: Thu Jan 23, 2020 2:26 pm
by John Rose
drmoss_ca wrote: Sun Jan 19, 2014 3:10 pm If you are linking a photo already residing elsewhere on the web, it must be the right size of there will be problems. 800 - 1024 pixels wide should prevent the scrolling needed for even larger photos.
I realize that this is an ancient thread, but I have discovered a gimmick for resizing some images found on the web, including Google Image search results.

Code: Select all

https://sociorocketnewsen.files.wordpress.com/2014/08/140.jpg?w=640&h=360
Image

The end of the URL is clearly a size specification.
Edit the "w=640&h=360" part to "w=240&h=180" and you get this:

Code: Select all

https://sociorocketnewsen.files.wordpress.com/2014/08/140.jpg?w=240&h=180
Image
Same source, but rendered smaller.

Code: Select all

https://i2.wp.com/boingboing.net/wp-content/uploads/2018/05/Screen-Shot-2018-05-24-at-1.29.16-PM.png?fit=579%2C353&ssl=1
Image
This time I changed "fit=579" to "fit=300"

Code: Select all

https://i2.wp.com/boingboing.net/wp-content/uploads/2018/05/Screen-Shot-2018-05-24-at-1.29.16-PM.png?fit=300%2C353&ssl=1
Image

Images with "shopify" in the URL may just have one number related to rendering size, an "x" followed by the pixel width.

Code: Select all

https://cdn.shopify.com/s/files/1/0812/3241/products/PRO00116_Proraso_red_shave_soap_x1024.jpg?v=1556248374
Image

Code: Select all

https://cdn.shopify.com/s/files/1/0812/3241/products/PRO00116_Proraso_red_shave_soap_x450.jpg?v=1556248374
Image

One hint to find a scaling number (if there is one) is to look at the pixel dimensions.
- Search for an image with Google.
- click on one of them
- when you see the enlarged version on the right, right-click on it to "View image".
- inspect the title bar of the new window, and it will say something like "yaddayadda.jpg (WEBP image, 640 x 480 pixels)"
- see if those numbers (or just one of them) also appear in the URL.
- change the number(s), <enter>, and see if it works and is still visible.

It's not the most convenient fix, but it works.
Sometimes.

Re: Photos on SMF

Posted: Fri Jan 24, 2020 4:24 am
by fallingwickets
Thank You!

clive