• Resolved Adithya Shetty

    (@adithyashetty)


    Hello,

    I noticed that all of my images suddenly aligned to the left even though most of them are set to center. I troubleshot and found it was due to Lazy-loading. The images reverted back when I disable Lazy-loading.

    PS: I use the paid plan of Jetpack.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support supernovia

    (@supernovia)

    Hi @adithyashetty, we’ve got a fix in the works for that, but for now, can you add this to your Additional CSS under Customize?

    .jetpack-lazy-images-js .jetpack-lazy-image {
       display: inline-block;
    }

    If you need more help, send a link to your site and we’ll take a look. Cheers ??

    Thread Starter Adithya Shetty

    (@adithyashetty)

    Thanks for responding. The above CSS didn’t work, maybe I’ll just disable lazy-loading for a while.

    Plugin Contributor Stef (a11n)

    (@erania-pinnera)

    Hey @adithyashetty,

    Sorry to hear you’re disabling it ??

    We’re working on the bug to fix it and possibly deploy the fix in our next release, so stay tuned on that!

    Another workaround that might work in the meantime is to try disabling the Markdown module – that might sort that bug with Lazy Image.

    Can you give it a go and see f it works? It if won’t, then I suppose disabling for now is the (sad) way to go.

    Thread Starter Adithya Shetty

    (@adithyashetty)

    Hi Stef,

    I didn’t disable the plugin, only disabled lazy-load feature.

    I tried Markdown module but didn’t work either. Will wait for the update!

    Thanks! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Images automatically aligns left when Lazy-loading is enabled’ is closed to new replies.