Trying to achieve full responsiveness with Ziggeo videos has been challenging. Despite numerous attempts, the only result I'm getting is a fixed width. What I really need is for Ziggeo videos to adapt to 100% width and display correctly on various mobile devices.
Below is an example of the code I have been using:
<ziggeo
ziggeo-video="_sample_video"
ziggeo-width=320
ziggeo-height=240>
</ziggeo>
The width and height are set in pixels, and I haven't found a way to specify percentages.
For reference, here is a link to an example:
If anyone has any insights on how to make Ziggeo videos fit 100% width using CSS, HTML, or JavaScript, I would greatly appreciate it.
Thank you!