I have an app deployed as an HTML/JS app in an https:// site. This app has an embedded Vimeo video, using the Vimeo component. I noticed that as soon as I made the site https (instead of http), the Vimeo component would not show the video.
On further investigation, I discovered that the Vimeo component uses the following iframe code:
src = "http ://player.vimeo.com/....
If I change that code in the generated HTML to "https://player.vimeo.com...", the video works fine.
Can you please make that https, or at least give an option for the user to make it so within the component?
Thanks,
-Kal.