Video shrinking in width after completing topic
-
I use LearnDash Version 2.6.4 on WordPress 5.0.3 with Video Progression for Vimeo Videos enabled.
I discovered that Videos on topics that are marked as completed shrink in width when you come back to this (completed) topic. The problem seems to come from deleting a div-bracket in the html code.
Before the topic is marked completed the code looks like this:
<div class=”ld-video” data-video=”vimeo”><iframe …>…</iframe></div>After completing the topic I get redirected to the next topic. When I go back to the previous topic the video isn’t using 100% width anymore. In the code the div-bracket around the iframe has disappeared. So the stylesheet controlling the width cannot be applied.
After communicating with LearnDash Support I narrowed the problem down to this plugin. If I disable this plugin the div-bracket doesn’t disappear after completing a topic. Reactivating the plugin again and it shows the same behavior.
Side note:
In the javascript console I see this error (before and after completing the topic… so not related to completing):
Failed to load resource: the server responded with a status of 404 ()
https://…/wp-content/plugins/design-upgrade-learndash/assets/css/learndash.css.mapThe page I need help with: [log in to see the link]
- The topic ‘Video shrinking in width after completing topic’ is closed to new replies.