Title: Images not using https
Last modified: March 11, 2017

---

# Images not using https

 *  Resolved [Justin](https://wordpress.org/support/users/justincaverygmailcom/)
 * (@justincaverygmailcom)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/images-not-using-https/)
 * I’m using the following code on [https://responsivedesign.is/examples/](https://responsivedesign.is/examples/)
   to load in more site examples at the bottom of the page (note I’ve only included
   the image generating code)
    `<img src="<?php the_post_thumbnail_url( 'small');?
   >" srcset="<?php the_post_thumbnail_url( 'medium'); ?> 768w, <?php the_post_thumbnail_url('
   large'); ?> 1024w, <?php the_post_thumbnail_url( 'full'); ?> 1600w" alt="<?php
   the_post_thumbnail_caption(); ?>" />`
 * The template loads in find, however the URL is http instead of https which means
   the images do not load.
 * Is there a way to force https?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Darren Cooney](https://wordpress.org/support/users/dcooney/)
 * (@dcooney)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/images-not-using-https/#post-8902246)
 * Hey Justin,
    This wouldn’t be anything Ajax Load More is doing… Seems like it’s
   likely a WP setting.
 * Are both your site and admin URL set to https:// in your settings > general ?
 * Cheers,
 *  Thread Starter [Justin](https://wordpress.org/support/users/justincaverygmailcom/)
 * (@justincaverygmailcom)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/images-not-using-https/#post-8906344)
 * Right you are dcooney, for some reason the remote site was on http (although 
   the ajax load was the only hint that it wasn’t using https.
 * Thanks for the focus on getting that bit sorted.
 * Cheers,
 * Justin

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Images not using https’ is closed to new replies.

 * ![](https://ps.w.org/ajax-load-more/assets/icon-256x256.png?rev=2944639)
 * [Ajax Load More – Infinite Scroll, Load More, & Lazy Load](https://wordpress.org/plugins/ajax-load-more/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ajax-load-more/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ajax-load-more/)
 * [Active Topics](https://wordpress.org/support/plugin/ajax-load-more/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ajax-load-more/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ajax-load-more/reviews/)

## Tags

 * [HTTPS](https://wordpress.org/support/topic-tag/https/)
 * [image](https://wordpress.org/support/topic-tag/image/)
 * [repeater template](https://wordpress.org/support/topic-tag/repeater-template/)

 * 2 replies
 * 2 participants
 * Last reply from: [Justin](https://wordpress.org/support/users/justincaverygmailcom/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/images-not-using-https/#post-8906344)
 * Status: resolved