Viewing 1 replies (of 1 total)
  • Thread Starter Aurovrata Venet

    (@aurovrata)

    The thumbnail url protocol is hard-coded in the file Front_end/video_gallery_front_end_view.php. There are several places where these images are coded in. The vimeo thumbnails are dynamic, so you’ll need to use the following line of code,

    $imgsrc = str_replace('http://', 'https://', $imgsrc );

    Hopefully this gets fixed in the next release.

Viewing 1 replies (of 1 total)

The topic ‘Secure https thumbnail links’ is closed to new replies.