Not a bug Time line bar missing

The size of the YouTube videos is bigger than default and bigger than the max-height defined so that XFMG media bb code doesn't take up too much space in posts.

To fix, add this to EXTRA.css:

Code:
.GalleryLazyLoader .galleryBbCode .Panes
{
    max-height: 512px!important;
}

This fixed it, thanks!
 
The size of the YouTube videos is bigger than default and bigger than the max-height defined so that XFMG media bb code doesn't take up too much space in posts.

To fix, add this to EXTRA.css:

Code:
.GalleryLazyLoader .galleryBbCode .Panes
{
    max-height: 512px!important;
}
Interesting to know.

It was working fine for me using the same YouTube settings as the OP. However I've just realised I had the Gallery BB Code set to Simple and it was fine with this. When it's set to Extended, that's when it cuts off the YouTube controls ('play bar').
 
Top Bottom