No need for making embedded player's container 100% width

This commit is contained in:
Marcin Kulik 2013-12-14 14:58:57 +01:00
parent 070b99ed51
commit ef8519b035

View File

@ -40,7 +40,6 @@
container.style.display = 'block';
container.style.float = 'none';
container.style.overflow = 'hidden';
container.style.width = '100%';
container.style.padding = 0;
container.style.margin = '20px 0';