Small fix to ensure the url is embed because embed link not show on Bunny.net panel. Bunny.net show only play link that why your video very small size
Add this code below line 188 includes/Integration/BunnyNet.php
// Ensure the URL uses the embed format
$embed_url = str_replace('https://iframe.mediadelivery.net/play', 'https://iframe.mediadelivery.net/embed', $bunny_video_id);
then change line 193 from $bunny_video_id to $embed_url
]]>Hello, I’ve been setting up a Tutor LMS instance for a client with videos hosted on Bunny and I was wondering.
What would be the difference between using this plugin versus simply using the HTML embed code provided by Bunny, considering that Tutor LMS already provides an embed code option for videos?
Both ways worked just fine on the site and the end result was the same, so, is there any advantage when using this plugin? I thought maybe with this, Tutor LMS could automatically advance to the next lesson at the end of the video or something like that but it’s not the case.
Also, the documentation states that we should copy the embed URL placed inside the full embed code, that is, it takes more time to copy just this part of the code than the whole embed code.
If you’re up for some suggestions for improvements for this plugin, here’s one: allow us to use the video ID or the Direct Play URL to place the video.
Thanks!
]]>Good day. I’m testing Tutor LMS with Bunny.net. When I place a video, it shows up very small. I review the CSS and it says width 100vh less padding, but it seems that 200vh would be more accurate for the space. I’m not sure why. It’s a test site with no other plugins installed.
Could you help fix the issue?
Thank you
]]>