Yep, it’s dropping the http: trying to be host protocol agnostic maybe, via a SSL plugin or something? Fix that and they should work just fine. Something is stripping it from the thumbnail function.
No SSL installed (or any such plugins)
Hmm, then what’s stripping the http: out… that’s an issue.
In looking at the source code of your site, it looks like you have Cloudflare in the mix, check the image hotlink setting, perhaps that’s breaking it, or check with them on what other setting could be stripping out the http:
Hotlinks protection wasnt enabled. Not sure whats going on.
Stripping the http: out apparently is okay. Allows browser to put in https or http.
Something is stripping it out and you should find the cause.
As it is, it will only work on that domain, with the browser adding the protocol of the current host (that may be using SSL or not), but with remote requests, there is no host, so it fails.
More info:
https://support.cloudflare.com/hc/en-us/articles/200170026-What-does-enabling-CloudFlare-Hotlink-Protection-do-
Do you use Cloudflare?
If yes, please set to off (in the plugin):
“HTTPS Protocol Rewriting (What is this?)” (on/Off)
And, in the Cloudflare Settings Overview, change Full SSL to Flexible SSL
raquel_p perfect! Thank you very much. Was the Protocol Rewriting setting in the plugin.
You are welcome. I had the same issue…
Thanks raquel_p. You saved my day 😉