Keyword

How to remove the black bar that appear behind every embeded video?

  • narcopsy
  • narcopsy's Avatar Topic Author
  • Offline
  • New Member
More
12 years 7 months ago #50840 by narcopsy
Hi all! I'm new one here! I'm not sure if there are other topic's talking about this, i can't find it

I have a website with Joomla 1.5 at last versión updated, i just instaled today the allvideos plugin and work very well with vidoes from youtube and vimeo, but in every video just embeded appear a black bar behind and i want to take it off and i can't from the allvideos menu, see 2 examples below, somebody could tell me who can i take it off?

thebusmusic.com/videos/206-truth-the-bus-official-after-movie

thebusmusic.com/podcasts/208-ak-mix-by-machine-beats

Thanks to all!

Please Log in or Create an account to join the conversation.

More
12 years 7 months ago #50841 by Katia
This is a css conflict with your template.
Just go here: jw_allvideos/tmpl/Classic/css/template.css
and change this:
.avVideo .avPlayerContainer {
    background: url("../images/allvideos_v4_bg_1000x550.jpg") repeat scroll 50% 50% transparent;
    border-radius: 4px 4px 4px 4px;
    padding: 16px 20px 14px;
}
to this:
.avVideo .avPlayerContainer {
    background:none;
    border-radius: 4px 4px 4px 4px;
    padding: 16px 20px 14px;
}

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum