- Posts: 5
COMMUNITY FORUM
[Solved] layout allvideos
- ekkie
-
Topic Author
- Offline
- New Member
Less
More
11 years 10 months ago - 11 years 10 months ago #52830
by ekkie
[Solved] layout allvideos was created by ekkie
When I have multiple youttube videos, I want to display them next to eachother but when I just type:
{youtube}video1{/youtube} {youtube}video2{/youtube}
they are displayed underneath eachother.
how can I do this?
{youtube}video1{/youtube} {youtube}video2{/youtube}
they are displayed underneath eachother.
how can I do this?
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
11 years 10 months ago #52831
by Yiota
Replied by Yiota on topic Re: layout allvideos
You can do this via CSS. Add a float:left; to this class .avPlayerWrapper
Please Log in or Create an account to join the conversation.
- ekkie
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 5
11 years 10 months ago #52832
by ekkie
Replied by ekkie on topic Re: layout allvideos
thanks. but then they are still not next to each other.
see: www.avecolichtengeluid.nl/geluidsapparatuur/microfoons/audix-dp7-drumkit-detail
see: www.avecolichtengeluid.nl/geluidsapparatuur/microfoons/audix-dp7-drumkit-detail
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
11 years 10 months ago #52833
by Yiota
Replied by Yiota on topic Re: layout allvideos
Also, add clear:none and margin-right:10px;
And for your videos to be inside the tab you should probably add a clear div right before the second tab closes.
And for your videos to be inside the tab you should probably add a clear div right before the second tab closes.
Please Log in or Create an account to join the conversation.
- ekkie
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 5
11 years 10 months ago #52834
by ekkie
Replied by ekkie on topic Re: layout allvideos
Yita,
thanks almost working now. do you also know where exactualy do I need to add the clear div?
thanks almost working now. do you also know where exactualy do I need to add the clear div?
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
11 years 10 months ago #52835
by Yiota
Replied by Yiota on topic Re: layout allvideos
<dd class="tabs" style="display: block;">
<div class="clear"></div>
</dd>
or right after the 2 videos.
<div class="clear"></div>
</dd>
or right after the 2 videos.
Please Log in or Create an account to join the conversation.
- ekkie
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 5
11 years 10 months ago #52836
by ekkie
Replied by ekkie on topic Re: layout allvideos
Solved,
thanks
thanks
Please Log in or Create an account to join the conversation.
- ChokDK
-
- Offline
- Junior Member
Less
More
- Posts: 30
11 years 9 months ago #52837
by ChokDK
Is it possible to give us a "total" example please please? :-[
Replied by ChokDK on topic Re: layout allvideos
This is almost everything, but I can't figure .. :/<dd class="tabs" style="display: block;">
<div class="clear"></div>
</dd>
or right after the 2 videos.
Is it possible to give us a "total" example please please? :-[
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
11 years 9 months ago #52838
by Yiota
Replied by Yiota on topic Re: [Solved] layout allvideos
The above mentioned solution is applicable if you are using tabs with multiple videos in each tab. Maybe you case is different. Could you provide a link to your site in order to help you?
Please Log in or Create an account to join the conversation.