@charfsys
I don’t know if we’re going to add CSS to “undo” responsive Wistia CSS within our CSS. I looked into adding a filter to manage this but that got really complicated really fast.
I’ll unfortunately have to wait to see if we have a tremendous number of users in your situation before I can justify adding compatibility CSS to undo the new responsive CSS for a specific provider.
I really cannot speak for the SEO value of the way you’re embedding videos via using an oEmbed link. I don’t know what you’re gaining with your current method (what is your current method?). I also am not about to pretend to be an SEO expert.
However, if you’re using videos in lessons there’s no seo value at all anyway since lessons aren’t indexable.
You should be able to disable our new responsive CSS with the following override:
.llms-video-wrapper .center-video { padding-top: 0; }
I think that should “undo” it and make it look the way it looked prior to the update.
Could you add this to your site and let me know if it helps?
If it doesn’t would you please setup the following temporary test case for me:
1) Add a new course (set it as “hidden” from catalog and search)
2) Add one lesson to the course and add a video to it by the method you’re using that’s causing the issue.
3) Mark that lesson as “Free”
Post the link here so I can have a look at the rendered CSS and come up with an override specific to your site that will absolutely work.
After we get that sorted out you can delete the course and lesson.
Thanks,