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

    (@stefanledin)

    Hi johdburr!
    The difference between the plugins is that WP Retina is doing some kind of URL rewrite. With RWP, you need to add custom image sizes that is “retina” versions. For example, if medium is set to 300×300, you’ll need to create a custom size called medium@2x which is 600×600. So RWP isn’t doing any URL rewrites, it just looks for regular image sizes.

    However, I’m afraid RWP and the Jetpack Carousel isn’t compatible either. Jetpack just has it’s own way to handle the images. I don’t know any solution to this at the moment I’m afraid.

    I haven’t tried the EWWW plugin, but I don’t see any reason to why they shouldn’t be compatible.

    I hope you find RWP useful anyway 🙂

    Thread Starter johdburr

    (@johdburr)

    Thanks, Stefan, for coming back to me!
    I think, I’ll just try out…
    This Jetpack issue is really odd, I like the tiled galleries…

    One question: Is there any option in RWP to use the src-fallback inside of the img-tag instead of polyfill? When I’m locking through your plugin manual on github I got the impression that RWP doesn’t use at all “src” for older browsers, even if it should in terms of code validation. Or am I missing some point?

    Plugin Author stefanledin

    (@stefanledin)

    RWP is generating “Picturefill markup” per default, which leaves the src attribute out. You can however enable the Native mode (turn Picturefill off) in the RWP settings. The generated markup will be the correct and official one then.

    Thread Starter johdburr

    (@johdburr)

    Good to know!
    Thanks a lot! I will test it out right now.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Retina Images and Jetpack Tiled Gallery Compatibility’ is closed to new replies.