- Posts: 26
COMMUNITY FORUM
Videos have wrong size
- Sirius Webmaster
-
Topic Author
- Offline
- Junior Member
I have problems to set video size for AllVideos in K2.
Setting width to 480px in category layout results in width 452px.
Setting width to 500px in item layout results in width 470px
So, in both cases, the video size is 94% of what it should be.
Changing default video size in the Allvideos plugin has no effect.
Changing to another template has no effect either.
Any ideas, anybody?
Please Log in or Create an account to join the conversation.
- BBC
-
- Offline
- Platinum Member
- Posts: 663
Please Log in or Create an account to join the conversation.
- Sirius Webmaster
-
Topic Author
- Offline
- Junior Member
- Posts: 26
That would be an option, but the desired effect is to have a smaller video in the blog layout page and a bigger video in the item page.
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
Please Log in or Create an account to join the conversation.
- BBC
-
- Offline
- Platinum Member
- Posts: 663
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
Please Log in or Create an account to join the conversation.
- BBC
-
- Offline
- Platinum Member
- Posts: 663
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
i.e. div.itemView object {width:485px !important; }
Please Log in or Create an account to join the conversation.
- BBC
-
- Offline
- Platinum Member
- Posts: 663
Please Log in or Create an account to join the conversation.
- BBC
-
- Offline
- Platinum Member
- Posts: 663
But it is still cca 10px shorter then other browsers. Tried change values with Firebug and "Inspect elements" in Opera.
When i change value in Opera to 465px then it looks same as in Firefox.
Please Log in or Create an account to join the conversation.
- BBC
-
- Offline
- Platinum Member
- Posts: 663
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
Please Log in or Create an account to join the conversation.
- BBC
-
- Offline
- Platinum Member
- Posts: 663
Please Log in or Create an account to join the conversation.
- BBC
-
- Offline
- Platinum Member
- Posts: 663
Allvideos CSS:
span.avPlayerContainer span.avPlayerSubContainerClean {display:block;padding:0;margin:0 auto;padding:8px;border:1px solid #CBC6AF;background:none;text-align:center;}span.avPlayerContainer span.avPlayerSubContainerClean:hover {display:block;padding:0;margin:0 auto;padding:8px;border:1px solid #C96041;background:none;text-align:center;}
and K2.css:
div.itemFullText object {padding:8px;border:1px solid #CBC6AF;} /* Video JCE */div.itemFullText object:hover {padding:8px;border:1px solid #C96041;} /* Video JCE */
Please Log in or Create an account to join the conversation.