• Resolved vicdilu

    (@vicdilu)


    Hi,

    I had an issue with mixed content on a website after adding video galleries with your plugin: Although the website has SSL, it was showing as a non secure site because vimeo thumbnails had no SSL in the URL retrieved from the API.

    I could fix it editing the template view adding this snippet:

    $imgsrc = preg_replace(“/^http:/i”, “https:”, $imgsrc);

    Maybe you can check this issue and fix it in a next update.

    Thanks for your great plugin.

    Regards

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘SSL vimeo’ is closed to new replies.