• I’m having some trouble with the popular Newspaper theme’s TD Composer. The composer plugin sets the srcset resource to http, however it doesn’t get rewritten to use https by the Breeze plugin.

    I love the breeze plugin and use it on all of my sites.

    Thanks for all your great work!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author adeelkhan

    (@adeelkhan)

    Hi
    Thank you for loving Breeze. Breeze actually does not “rewrite” resource protocol. It simply caches the content of the pages and posts regardless of the protocol of resources. Thus, both http and https links work fine with Breeze.

    Thread Starter Jon Dingman

    (@jdingman)

    Hi @adeelkhan,

    I’m talking about the CDN portion of the plugin. It works to rewrite other assets such as .js or .css files, however doesn’t rewrite srcset paths.

    Is that more clear?

    Plugin Author adeelkhan

    (@adeelkhan)

    Hi
    If I have understood your problem correctly, you are saying that the js and css file are being loaded and cached correctly while the images are not being loaded correctly or are not being responsive?
    Is this the case with you?

    Thread Starter Jon Dingman

    (@jdingman)

    Fairly correct. Some images have a src, then srcset for retina. The srcset is still getting set to the original host, instead of the CDN host as set in the plugin.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘srcset attributes remain http’ is closed to new replies.