• 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)
  • Plugin Author origincode

    (@origincode)

    Hello @vicdilu,

    We added this as a future request for next update, thank you for great feedback.

Viewing 1 replies (of 1 total)

The topic ‘SSL vimeo’ is closed to new replies.