Title: Secure https thumbnail links
Last modified: August 31, 2016

---

# Secure https thumbnail links

 *  Resolved [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/)
 * (@aurovrata)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/secure-https-thumbnail-links/)
 * How can we force the plugin to load https links for the thumbnails?
 * Youtube thumbnail images can be loaded either way. Huge IT loads the thumbnails
   as http even if I load the video links as https, resulting in a mixed content
   error on my gallery page.
 * [https://wordpress.org/plugins/gallery-video/](https://wordpress.org/plugins/gallery-video/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/)
 * (@aurovrata)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/secure-https-thumbnail-links/#post-7193272)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/gallery-video_30abb3.svg)
 * [Gallery - Video Gallery and Youtube Gallery](https://wordpress.org/plugins/gallery-video/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gallery-video/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gallery-video/)
 * [Active Topics](https://wordpress.org/support/plugin/gallery-video/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gallery-video/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gallery-video/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/secure-https-thumbnail-links/#post-7193272)
 * Status: resolved