[xwiki-users] Aligning the Video Macro
Hello, I am using the video Macro (http://extensions.xwiki.org/xwiki/bin/view/Extension/Video+Macro) All goes well, but I would like to display the video on the right side of the page, are there any align attributes that work? I tried dividing the page in columns, but when the video is displayed in hte right colum, it does not reach the right border of the page. My goal is to have text on the left of the page, and the video on the right side next to it. Ideas anyone? Thanks in advance, Wouter
Hello, On Mon, Feb 14, 2011 at 2:39 PM, Wouter de Vos <[email protected]>wrote:
Hello,
I am using the video Macro (http://extensions.xwiki.org/xwiki/bin/view/Extension/Video+Macro)
All goes well, but I would like to display the video on the right side of the page, are there any align attributes that work? I tried dividing the page in columns, but when the video is displayed in hte right colum, it does not reach the right border of the page. My goal is to have text on the left of the page, and the video on the right side next to it.
Ideas anyone?
You can use the wiki syntax plus CSS rules in order to play with the video positioning. This is what you can do: (% style="float: right" %)((({{video url="URL"/}}))) Some text on the left side. This will put the video object inside a div container that will float on the right side. Raluca.
Thanks in advance,
Wouter _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Hello, Thank you so much for your quick reply, it all works beautifully now, this is exactly what I wanted to achieve, thanks! -Wouter On 2/14/11, Raluca Stavro <[email protected]> wrote:
Hello,
On Mon, Feb 14, 2011 at 2:39 PM, Wouter de Vos <[email protected]>wrote:
Hello,
I am using the video Macro (http://extensions.xwiki.org/xwiki/bin/view/Extension/Video+Macro)
All goes well, but I would like to display the video on the right side of the page, are there any align attributes that work? I tried dividing the page in columns, but when the video is displayed in hte right colum, it does not reach the right border of the page. My goal is to have text on the left of the page, and the video on the right side next to it.
Ideas anyone?
You can use the wiki syntax plus CSS rules in order to play with the video positioning. This is what you can do:
(% style="float: right" %)((({{video url="URL"/}}))) Some text on the left side.
This will put the video object inside a div container that will float on the right side.
Raluca.
Thanks in advance,
Wouter _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (2)
-
Raluca Stavro -
Wouter de Vos