• 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

  • The topic ‘Small fix to help you get full size embed’ is closed to new replies.