HTTPS
-
Hi,
On my website pages are served over https.
Code, generated by the plugin’s shortcut includes element(s) served over http.
This generates a browser warning.
One such element appears to be this:
<img class=”ratio” src=”https://placehold.it/560×860″/>
Changing the code to instead use the protocal agnostic notation might fix the problem:
<img class=”ratio” src=”//placehold.it/560×860″/>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘HTTPS’ is closed to new replies.