Hi,
I am having a problem when embedding PlayWire videos on Newspaper theme.
See this page for example: http://www.videodomomento.net/anitta-se-desleixa-e-insulta-fa-em-pleno-show/
The playwire code is:
<script data-config="http://config.playwire.com/23434/videos/v2/1384719/zeus.json" data-height="100%" data-width="100%" src="//cdn.playwire.com/bolt/js/zeus/embed.js" type="text/javascript"></script>
But when going to the page, you will see a very large empty white space:
https://db.tt/mwc7nP00
The playwire guys tell me it might be a problem with the theme. As in other places like here it is working fine:
http://gostodistovideos.tv/ladrao-tenta-assaltar-loja-pela-terceira-vez-mas-vai-ter-surpresa-do-dono/
Hi,
I have checked your site an noticed that the space below the player comes from a padding added to the bottom of the player, you can check this yourself using your browser’s developers tools. I have also noticed some js error in your console which also come from the embedded play-wire player: http://screencast.com/t/d4C2Q1U91Is1
Please make sure that you disable all plugins then empty cache and try again.
Please let me know!
Thanks
I’ve tried Disabling ALL plugins and then cleaning the cache. Reloaded the page, reloaded in a different browser, used incognito, etc to make sure it wasn’t cache issue, but the space below the video is kept the same.
Would there be some class I could attribute to the script not to allow it to occupy the whole space? (PS: I’m not a programmer, just trying to figure out an easy workout).
Hi,
Not sure how you could prevent this as that space is added using an inline style which add’s an 56.25% padding to the bottom f the player as you can see here: http://screencast.com/t/QKwcgtnVMky6
You could remove that padding via css and set it to 0 to remove that white space but you would have to add the script into another div container with an custom css class which you can use to target the div which has the padding and remove it.
I suggest to try identify the source of that inline styling and check if this also happens with other PlayWire videos embed codes.
Hope this helps!
Thanks
