This forum is now closed.
Please join us at the new Lumion Community forum.
Lumion Community
Use your email address and password from the old forum to log in if your account was created before Feb 20 2020.
Otherwise, you will need to create a new Lumion Account at the new forum.

Author Topic: Vimeo embedding is working again  (Read 1936 times)

Vimeo embedding is working again
« on: June 27, 2012, 04:46:18 pm »
June 27, 2012, 04:46:18 pm
This is just to let you know that Viemo videos can now be embedded in your forum posts again :)
IMPORTANT: Please do not send private messages and emails to members of staff - unless we specifically ask you to send us sensitive information, for example License Keys.

Member1171

    Reputation: 44
Re: Vimeo embedding is working again
« Reply #1 on: June 27, 2012, 05:48:13 pm »
June 27, 2012, 05:48:13 pm
Well, as it seems to be a bit of a technical topic,let me suggest / share something here. We use phpBB on SCF and really big, embedded images spread very much on the right. Here on the Lumion forums they are cropped at the border of the forums (probably due to an "overflow:hidden" css command).

I made a custom bbCode there: [xxl-img] for these images  (but eventually we'll replace the current [img] tag with it completely). In the phpBB bbCode editor it looks like this:

Input:
Code: [Select]
[XXL-img]{URL}[/XXL-img]Output (where you need to define the with according to the current forum width or to the current forum thumbnail of attached images to look "nice"):
Code: [Select]
<a href="{URL}"><img src="{URL}" title="Click to enlarge" style="max-width: 640px; height: auto;" /></a>
If you can use this to hack the forums, feel free to use it. If it works differently or is not worth tampering with the code, leave it.
Gai...

Re: Vimeo embedding is working again
« Reply #2 on: June 27, 2012, 06:19:25 pm »
June 27, 2012, 06:19:25 pm
Thanks a lot, Gaieus, I'll forward your tip to Arthur and Remko :)
IMPORTANT: Please do not send private messages and emails to members of staff - unless we specifically ask you to send us sensitive information, for example License Keys.

Re: Vimeo embedding is working again
« Reply #3 on: June 28, 2012, 11:38:55 am »
June 28, 2012, 11:38:55 am
YUP! :