- Posts: 1
COMMUNITY FORUM
Flow Text Around Video
- stress head
-
Topic Author
- Offline
- New Member
Please Log in or Create an account to join the conversation.
- bingbangbong
-
- Offline
- New Member
- Posts: 4
I have the same query as the original poster to this thread. I'd like to be able to embed the video on the page so the text flows around it. It currently breaks up the page flow significantly to have it grabbing the full page width, although I can have two videos side by side if I set my page width wide enough.
It would also be great if each video could be re-sizable on the page rather than relying on a master one size fits all.
There's a lot of blank area above the video, can that be removed?
It's a great component, really effective & simple to use, but IMO could be significantly improved by a couple of minor tweaks by the JW heroes
Many thanks guys, enjoy the frappés
Paul
Please Log in or Create an account to join the conversation.
- CuriousG
-
- Offline
- New Member
- Posts: 2
Please Log in or Create an account to join the conversation.
- mgjaltema
-
- Offline
- New Member
- Posts: 1
Just thought I'd add another post here to emphasize that this is something we would really like to know! I already tried tweaking the .php file where all the containing DIVs are created, but that didn't work either. For some reason, all the changes I made, didn't show up in the source after I saved and uploaded the file.
The problem seems to be DIV that surrounds the entire script and the video; it gets a "clear: both" style element... (<div style="clear:both;)
So I hope someone from the team can explain how to edit this.
Please Log in or Create an account to join the conversation.
- Pixelate
-
- Offline
- New Member
- Posts: 2
You can simply put the video code inside a table cell and then left / right align the table on the content page. It works even if it uses a table.
Please Log in or Create an account to join the conversation.
- martialedge
-
- Offline
- New Member
- Posts: 1
We would really reallylove to see this feature soon, having video plonked right in the middle of an article looks pretty rubbish, kinda defeats the purpose of this great all video plugin!
Could a genius out there point us to a plugin to do this?
Cheers guys,
Jason Dainter
Please Log in or Create an account to join the conversation.
- adnet23
-
- Offline
- New Member
I dont want to just sit and complain so I will add that the joomlaworks team is doing a fabulous job. I also purchased the fpss. THANKS YOU!
Architecture by Adam David<br />viewadam.com
designedforvista.com
Please Log in or Create an account to join the conversation.
- Max Media & Entertainment Pty Ltd
-
- Offline
- New Member
- Posts: 2
<div align="right" style="float: right">{flvremote}cp50843.p1.videos.viostream.com/810_15828_27482_flvhigh.flv{/flvremote}
Please Log in or Create an account to join the conversation.
- redlighttraitor
-
- Offline
- New Member
- Posts: 5
Please Log in or Create an account to join the conversation.
- nirvana
-
- Offline
- New Member
- Posts: 3
THANK YOU SO MUCH F3lking! by the way, would you happen to know how to cut down the width? The horizontal widths are too big! You can see my url here: www.almostgolf.com/index.php/2008-Tour-Blog/
Thanks.
Seems to work for FF, but not IE. IE7 still pushes the video to center....Any idea there?
Please Log in or Create an account to join the conversation.
- southern
-
- Offline
- New Member
- Posts: 1
I took the best of both post and used them together to give me the following code. I am using the Default .CSS file, so if you were using another style with its own .CSS file, you would have to adjust it accordingly.
It works great, I have checked it in both IE7 and FF. You can view it on my site here:
www.projectresponder.us/project-skywarn/project-skywarn-truck-obtained.html
.allvideos {
display:block;
text-align:left;
float:left;
clear:both;
}
.allvideos_player {
display:block;
text-align:left;
float:left;
padding:0;
margin:4px;
border:none;
background:none;
}
.allvideos_player span {display:block;}
Does not seem to mess up other .CSS or areas of templates for your site. To align to the right, just change, text-align to right and float to right. If you wish to move the text a little bit form the edge of the video, just add padding:5px;, where 5px is the amount of pixels you want it moved into the first section.
Please Log in or Create an account to join the conversation.
- emagin
-
- Offline
- New Member
- Posts: 4
Just curious, how does this affect the video when you DO want it to just float in the center of a content page, and dont want to wrap text around it?
Please Log in or Create an account to join the conversation.
- Jason Browdy
-
- Offline
- New Member
- Posts: 5
Please Log in or Create an account to join the conversation.
- bingbangbong
-
- Offline
- New Member
- Posts: 4
I'm trying this a little further down the line and everything seems to have changed unless I'm mistaken. JW_allvideos is now avreloaded and none of the filenames or placements seem relevant.
I'd still like to wrap the text around the video and choose left or right alignment.
Can anyone help with an update?
Thanks
Paul
Please Log in or Create an account to join the conversation.