Visual composer incompatibility
-
Hello,
first of all thank you for your work on this plugin.I would like to report a problem when using the plugin along visual composer.
The problem is:
– The white play icon of the plugin does not disappear
– The controls of the video do appear but when you try to click them it is impossible, because you restart the video again (seems as the js firing the event again?)I have located the source of the problem on the following CSS code from visual composer:
.wpb_video_widget .wpb_wrapper iframe { width: 100%; height: 100%; display: block; position: absolute; margin: 0; top: 0; left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
and on the CSS of your plugin:
.lazy-load-vimeo { display: table; }
disabling that rule from your css (used to center the play icon) enables the controls of the video during playback again, but the play icon still appears…
I hope my explanation helps you reproduce the problem. I can not link to a webpage because the site is still on development and is password protected, sorry.
Thanks in advance for your help.
Best regards.
Jesus
- The topic ‘Visual composer incompatibility’ is closed to new replies.