fixed closed video
This commit is contained in:
@@ -80,6 +80,11 @@
|
|||||||
// }
|
// }
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$vid.on('DOMSubtreeModified', function(e){
|
||||||
|
console.log('video frame changed', e);
|
||||||
|
$(this).off('DOMSubtreeModified').remove();
|
||||||
|
});
|
||||||
|
|
||||||
// autoplay vid youtube
|
// autoplay vid youtube
|
||||||
// see patch https://www.drupal.org/node/2685721#comment-11032685
|
// see patch https://www.drupal.org/node/2685721#comment-11032685
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -589,6 +589,8 @@ body.node-type-page a {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 0.7em;
|
font-size: 0.7em;
|
||||||
margin: 2em 0; }
|
margin: 2em 0; }
|
||||||
|
.region-footer-bottom .block a {
|
||||||
|
color: inherit; }
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
padding: 1em; }
|
padding: 1em; }
|
||||||
|
|||||||
@@ -792,6 +792,9 @@ body.node-type-page{
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size:0.7em;
|
font-size:0.7em;
|
||||||
margin: 2em 0;
|
margin: 2em 0;
|
||||||
|
a{
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#content{padding:1em;}
|
#content{padding:1em;}
|
||||||
|
|||||||
Reference in New Issue
Block a user