• Resolved V.A.Lucky

    (@valucky)


    My site words in https
    When I use lazy load, w3tc replace the image with “src=”data:image/svg+xml…”
    My problem is the HTTP:// inside this: https://www.w3.org/2000/svg…
    How can I replace it with HTTPS://?
    I don’t want to modify the source, becouse every update delete my modification.

Viewing 1 replies (of 1 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @valucky

    Thank you for you inquiry and I am happy to assist you with this.

    https://www.w3.org/2000/svg is an XML namespace and XML namespaces are used for providing uniquely named elements and attributes in an XML document. They are defined in a W3C recommendation. An XML instance may contain element or attribute names from more than one XML vocabulary.
    The HTTP you are referring to is not related to the Lazyloading but with the source of SVG.
    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Lazy load & https’ is closed to new replies.