• Hello, this is driving me crazy. I have a couple of embedded Youtube videos on a page on Graphene site. They work great on desktop, they work great on iPhone, but in Android they just show black while playing, with sound. I tested and this is unique to a website we have using Graphene theme. Am not sure it’s the fault of the theme, but it’s the only thing we can figure makes this website any different from others we manage that display embedded youtube just fine on Android.

    Embed code is the simple:

    '<iframe width="530" height="398" src="//www.youtube-nocookie.com/embed/dummycode?rel=0" frameborder="0" allowfullscreen></iframe>'

    Anyone heard of this issue? Any guesses on what we could look at? We’re wondering if the “responsive” action of Graphene might mess something up when it gets adjusted for the Android. That’s our only guess. Thanks for any ideas. MTN

Viewing 1 replies (of 1 total)
  • Thread Starter mountainguy2

    (@mountainguy2)

    Took me 3 hours but I figured it out. In Graphene style.css

    body {
    	/*background: url(images/bg_g.png) repeat #000 fixed;*/
    	color: #2c2b2b;
    	font: normal 12px arial;
    	line-height: 18px;
    	position: relative;
    }

    With the background line commented out, the videos play the way they’re supposed to. No idea why, I did this through trial and error. If anyone has any insight, appreciated. MTN

Viewing 1 replies (of 1 total)
  • The topic ‘Embedded Youtube video, only plays sound’ is closed to new replies.