Page 1 of 2
BBCode Tables
Posted: Wed May 24, 2017 2:37 pm
by wangxiuming
Hello!
I noticed within the last few days that something funky is happening with tables when using the "BG TSCC" Board Style. Viewed on my PC monitor, the tables in general seem to be limited to 50% of the regular forum width, and images within are being rescaled automatically to fit as seen below:
The "Baldur's Gate Alpha Preview" Board Style seems to not have been affected. The below screenie was taken with that board style and appears as I originally intended.
I just wanted to confirm if the change to the BG TSCC style was intended. Since it's the default board style, I will probably revise my post to remove tables from it if so. Would much appreciate any advice. Thanks!
Re: BBCode Tables
Posted: Wed May 24, 2017 2:52 pm
by TarnishedSoul
I don't know the answer. I just want to express my extreme envy / awe at the way you and Nyssis have done your character relationships sections!

And it makes me want to get off my
lazy busy duff and update my own poor, neglected biography.
Re: BBCode Tables
Posted: Wed May 24, 2017 10:54 pm
by Maecius
Yesterday, or the day before, Zanniej implemented a feature on the forums where they'll automatically resize oversized images (so that they no longer break the forum formatting).
As you evidence in your post, you can still put full-size images in spoilers.
Just checking your bio now, it looks good to me? So maybe you were able to fix this? Or maybe it depends on the resolution you're looking at it from?
Edit: Actually, maybe he undid that fix. It doesn't look like it still resizes images at the moment. I'll let him speak to that. Hm!
Re: BBCode Tables
Posted: Wed May 24, 2017 11:31 pm
by wangxiuming
Thanks for the quick response Maecius (and the kind words TS!

)
My bio page still looks funktastic though to me though ... not sure if it's maybe something I'm doing on my end. I haven't done anything besides clearing my cache though and the images that used to appear correctly now appear super teeny.
For reference, the images I included should be about this size:
But to me, using the BGTSCC board style, they appear smaller than this emoji when I put the image in a bbcode table:
[td2]
Omerion Vale
The second of the Vale children, notorious for his intransigence and the deep resentment he harbored for his older sister Orelia. Often a bully to Osric and his sister Octavia in their youth, Omerion only grew embittered as he watched them enjoy Orelia's affection. His decision to contest Orelia's succession only exacerbated Osric's low opinion of the man.[/td2]
[td2]

[/td2][/table]
Re: BBCode Tables
Posted: Thu May 25, 2017 12:27 am
by Maecius
Hm. They're showing fine for me. They look the same in both your images linked just above here.
Maybe Zanniej has some thoughts as to why they might display differently for you?
Re: BBCode Tables
Posted: Thu May 25, 2017 1:09 am
by K'yon Oblodra
Looks normal to me as well, sometimes the view changes depending on if one uses a mobile device or a pc.
Re: BBCode Tables
Posted: Thu May 25, 2017 1:13 am
by Planehopper
They display differently for me, as well.
The headshot in the column/table is super teeny-tiny.
You aren't crazy (or completely so), wangxiuming.

Re: BBCode Tables
Posted: Thu May 25, 2017 1:36 am
by Moridin
They display differently as well for me with the image in the table being nearly a pinprick on my screen.
Re: BBCode Tables
Posted: Thu May 25, 2017 2:05 am
by wangxiuming
I'm glad I'm not (entirely, as Planehopper says) crazy

Re: BBCode Tables
Posted: Thu May 25, 2017 2:07 am
by Tsidkenu
Does web browser have anything to do with it?
Re: BBCode Tables
Posted: Thu May 25, 2017 2:13 am
by Planehopper
I tried in Firefox, Chrome, and 'Edge' or whatever IE is calling itself these days. They all showed the very-small picture in the table for me.
Re: BBCode Tables
Posted: Thu May 25, 2017 4:18 am
by Zanniej
Browser has nothing to do with it. You've just found a way to break my changes
It should be fixed now, so if you would be so kind to refresh it?
For those of you interested in the why:
I've changed all images to get a maximum width of 100% of it's containing element. That means that the image can't get wider than the post area.
However, in this current case, you've placed the image in a table. A table, by default, will become as wide as it's content (do you see the issue forming here?). So, what'll happen when I say that the image may not be bigger than 100% of it's containing element, and the containing element will become as big as the content (in this case the image)? Exactly, the image will become as small as it can be, as the containing element becomes as big as the as small as possible image .... Still there? Isn't that what we call a paradox?

Re: BBCode Tables
Posted: Thu May 25, 2017 4:29 am
by Nyssis
Are you looking for clergy? Because I'm in the market for a new deity.
Thank you so much.
Re: BBCode Tables
Posted: Thu May 25, 2017 4:34 am
by Zanniej
Nyssis wrote:Are you looking for clergy? Because I'm in the market for a new deity.
Thank you so much.
Oh nice!
*Starts gathering his portfolios*
Re: BBCode Tables
Posted: Thu May 25, 2017 10:58 am
by Mork
Tables set to have 50% width:
http://i.imgur.com/4v5lhOM.png
So something still not right.
By the way if you want to limit image width
simply set it in css with max-width.