Not sure if this is the correct subforum to post this question...
Is there a way to post images, so that they appear smaller ?
I post images from my blog sometimes and they always appear pretty large
....which is kind of embarassing
Is there a trick with.html
shrinking images posted on the forum with the help of tags ?
- Espermaschine
- Posts: 892
- Joined: Thu Jun 05, 2014 9:10 pm
Re: shrinking images posted on the forum with the help of ta
Hi
When I want to post thumbnails or smaller images I make two images and post them like this;
where My_Image.png is the large image and My_Image_TN.png is the thumbnail image.
By clicking the thumbnail you will then get the large image.
When I want to post thumbnails or smaller images I make two images and post them like this;
Code: Select all
[url=https://dl.dropbox.com/My_Image.png?dl=0][img]https://dl.dropbox.com/My_Image_TN.png?dl=1[/img][/url]
where My_Image.png is the large image and My_Image_TN.png is the thumbnail image.
By clicking the thumbnail you will then get the large image.
Good Luck!
( ͡° ͜ʖ ͡°)
RGDS
Ragnar
( ͡° ͜ʖ ͡°)
RGDS
Ragnar
Re: shrinking images posted on the forum with the help of ta
Using html tags could go horribly wrong, if enabled
https://www.phpbb.com/community/viewtopic.php?p=4903855
which is the reason it might not even be possible to do on this site.
Resizing is possible if an addon is set in the phpBB engine the forum runs on, like
https://www.phpbb.com/customise/db/mod/reimg_image_resizer/
so I assume it's not possible here.
Not sure about the technical details though.
https://www.phpbb.com/community/viewtopic.php?p=4903855
which is the reason it might not even be possible to do on this site.
Resizing is possible if an addon is set in the phpBB engine the forum runs on, like
https://www.phpbb.com/customise/db/mod/reimg_image_resizer/
so I assume it's not possible here.
Not sure about the technical details though.
- Espermaschine
- Posts: 892
- Joined: Thu Jun 05, 2014 9:10 pm
Re: shrinking images posted on the forum with the help of ta
thanks for the comments, guys