thumbnails are not loaded via https if needed
-
Hello,
having optional ssl, I see the thumbnails loaded over https://, even on a ssl-secured connection (https-protocol).
I know there are some bugs in WordPress, but would it be possible to check for is_ssl() and reset the protocol? You could also use protocol-relative links like
<img src="//domain.tld/path/to/image.png" >
.I think this should be done in
crp_get_the_post_thumbnail
.
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘thumbnails are not loaded via https if needed’ is closed to new replies.