Page 1 of 1

Image Resizing.

Posted: Wed Oct 09, 2013 11:48 am
by Banquo
It would be really good if we could set up some kind of thing that resizes images that are posted on the forum to fit the screen. Sometimes when images are hotlinked they can be extremely big. I have seen this thing done before on other forums using PHPBB software but I'm not a coder so have no idea how it is done.

Re: Image Resizing.

Posted: Wed Oct 09, 2013 12:30 pm
by SexualChoc
so you are thinking
that Milovana, itself have an image re-sizer??
I think that is a brilliant idea!!
Since you have to post something from the internet,
and can not post something from your computer/tablet.. or whatever...
Iam to lazy to take a picture of the internet, resize it on my computer
repost it
and then link...

Re: Image Resizing.

Posted: Wed Oct 09, 2013 12:34 pm
by Banquo
SexualChoc wrote:so you are thinking
that Milovana, itself have an image re-sizer??
I think that is a brilliant idea!!
Since you have to post something from the internet,
and can not post something from your computer/tablet.. or whatever...
Iam to lazy to take a picture of the internet, resize it on my computer
repost it
and then link...
Exactly, I've seen it done on other forums of similar design to this one, but I'm not sure how hard it would be to implement.

Re: Image Resizing.

Posted: Wed Oct 09, 2013 8:09 pm
by Slutastic
use max width on the bbcode:

Code: Select all

<img style="max-width:98%" src=""/>
or alternately:
https://www.phpbb.com/customise/db/mod/ ... r/details/

Re: Image Resizing.

Posted: Thu Oct 10, 2013 1:20 am
by SexualChoc
slutastic wrote:use max width on the bbcode:

Code: Select all

<img style="max-width:98%" src=""/>
or alternately:
https://www.phpbb.com/customise/db/mod/ ... r/details/

Okay I have literally NO idea
2. what is a bbcode... 2. and the second link... means???
sorry I do not know coding languages... that is why a widget... here would be helpful...
Was asking how to Shrink pictures from the internet directly to forums...

Re: Image Resizing.

Posted: Thu Oct 10, 2013 7:40 am
by Banquo
SexualChoc wrote:
slutastic wrote:use max width on the bbcode:

Code: Select all

<img style="max-width:98%" src=""/>
or alternately:
https://www.phpbb.com/customise/db/mod/ ... r/details/

Okay I have literally NO idea
2. what is a bbcode... 2. and the second link... means???
sorry I do not know coding languages... that is why a widget... here would be helpful...
Was asking how to Shrink pictures from the internet directly to forums...
Basically any photo hotlinked on the forum would be automatically resized.

Image
So if this was too big it would be resized by the forum software.

Re: Image Resizing.

Posted: Mon Dec 09, 2013 4:28 pm
by seraph0x
Done. Thanks for the suggestion. :-)

I would love to do something fancier than the current implementation (click to enlarge, etc.), but no time. :/

Re: Image Resizing.

Posted: Mon Dec 09, 2013 5:08 pm
by Banquo
seraph0x wrote:Done. Thanks for the suggestion. :-)

I would love to do something fancier than the current implementation (click to enlarge, etc.), but no time. :/
fantastic! Thanks Ph0x

Re: Image Resizing.

Posted: Tue Dec 10, 2013 2:24 am
by Slutastic
SexualChoc wrote: Okay I have literally NO idea
2. what is a bbcode... 2. and the second link... means???
sorry I do not know coding languages... that is why a widget... here would be helpful...
Was asking how to Shrink pictures from the internet directly to forums...
seraph0x knew what i meant :-)
bbcodes are the codes the buttons at the bottom of the "post a reply" text area post into it eg when you use the IMG button: [ img] [ /img]

and the link was to a click to enlarge picture script
seraph0x wrote:Done. Thanks for the suggestion. :-)

I would love to do something fancier than the current implementation (click to enlarge, etc.), but no time. :/
Thank you +1

Re: Image Resizing.

Posted: Wed Jan 24, 2024 3:46 am
by j3rry
seraph0x wrote: Mon Dec 09, 2013 4:28 pm Done. Thanks for the suggestion. :-)

I would love to do something fancier than the current implementation (click to enlarge, etc.), but no time. :/
Something fancier... I would like to resize two images to fit in one line next to each other. I found this https://www.bbcode.org/posting-images-with-bbcode.php but it's not working here. In such a way I want to put two pictures for a more comfortable comparison in It's time to duel game. What do you think about my suggestion?