Image Resizing.

Do you think Milovana.com is perfect in every way? Hopefully not, so what can we do to improve? Every idea, suggestion or criticism is highly appreciated.
Post Reply
User avatar
Banquo
Experimentor
Experimentor
Posts: 7926
Joined: Sat Sep 17, 2011 3:34 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch
Location: Mutter’s Spiral

Image Resizing.

Post 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.
We are all in the gutter, but some of us are looking at the stars - Oscar Wilde

My Webteases
Chastity Captions
User avatar
SexualChoc
Chat Moderator
Posts: 3144
Joined: Mon Aug 10, 2009 1:22 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch
Location: Missouri, Usa
Contact:

Re: Image Resizing.

Post 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...
all2true
is my other profile. see my chastity belt link :
http://www.milovana.com/forum/viewtopic ... 16#p139016
User avatar
Banquo
Experimentor
Experimentor
Posts: 7926
Joined: Sat Sep 17, 2011 3:34 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch
Location: Mutter’s Spiral

Re: Image Resizing.

Post 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.
We are all in the gutter, but some of us are looking at the stars - Oscar Wilde

My Webteases
Chastity Captions
User avatar
Slutastic
Explorer At Heart
Explorer At Heart
Posts: 310
Joined: Sun Nov 11, 2012 4:27 pm
Sexual Orientation: Open to new ideas!
I am a: Submissive

Re: Image Resizing.

Post 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/
We are no longer all together as one but separate mental patients, that yearn to be ejected out of this poisoned atmosphere to a warm bed and a friendly therapist.
User avatar
SexualChoc
Chat Moderator
Posts: 3144
Joined: Mon Aug 10, 2009 1:22 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch
Location: Missouri, Usa
Contact:

Re: Image Resizing.

Post 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...
all2true
is my other profile. see my chastity belt link :
http://www.milovana.com/forum/viewtopic ... 16#p139016
User avatar
Banquo
Experimentor
Experimentor
Posts: 7926
Joined: Sat Sep 17, 2011 3:34 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch
Location: Mutter’s Spiral

Re: Image Resizing.

Post 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.
We are all in the gutter, but some of us are looking at the stars - Oscar Wilde

My Webteases
Chastity Captions
seraph0x
Administrator
Administrator
Posts: 2654
Joined: Sun Jul 23, 2006 8:58 am

Re: Image Resizing.

Post 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. :/
User avatar
Banquo
Experimentor
Experimentor
Posts: 7926
Joined: Sat Sep 17, 2011 3:34 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch
Location: Mutter’s Spiral

Re: Image Resizing.

Post 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
We are all in the gutter, but some of us are looking at the stars - Oscar Wilde

My Webteases
Chastity Captions
User avatar
Slutastic
Explorer At Heart
Explorer At Heart
Posts: 310
Joined: Sun Nov 11, 2012 4:27 pm
Sexual Orientation: Open to new ideas!
I am a: Submissive

Re: Image Resizing.

Post 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
We are no longer all together as one but separate mental patients, that yearn to be ejected out of this poisoned atmosphere to a warm bed and a friendly therapist.
User avatar
j3rry
Experimentor
Experimentor
Posts: 1110
Joined: Tue Jan 14, 2020 9:20 pm
Gender: Male
Sexual Orientation: Straight
I am a: Submissive

Re: Image Resizing.

Post 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?
If you want to make me cum, just play the game called: Help Me Cum Please! v2.
Image
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
It's time to duel
Leader board
Spoiler: show
Image
MVP June 2023
Spoiler: show
Image
Post Reply

Who is online

Users browsing this forum: No registered users and 14 guests