• Resolved yochanan.g

    (@yochanang)


    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″/&gt;
    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)
  • Hi yochanan.g

    Thank you for this warning.

    It’s marked to be fixed for next release.

    Hi @yochanan.g
    This is solved because we actually do not use this hack anymore for the iframe rendering.
    We instead embrace the Embed WP core’s functionnality ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘HTTPS’ is closed to new replies.