[Resolved] Which plugin or code library would best deliver the Medium site's Blur-Up effect

Home Forums Support [Resolved] Which plugin or code library would best deliver the Medium site's Blur-Up effect

Home Forums Support Which plugin or code library would best deliver the Medium site's Blur-Up effect

  • This topic has 7 replies, 2 voices, and was last updated 4 years ago by David.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1211475
    Tim

    Hello

    Medium has that nice tiny base64 image with CSS blur effect to put in place before a full image is loaded.

    Is there a plugin or best practice method for implementing that with GP ?

    Thanks

    Tim

    #1211808
    David
    Staff
    Customer Support

    Hi there,

    not sure about that particular effect but you may want to check some of the lazy loaders out there, or those that are part of a cache/optimization plugin …..

    Couple of caveats:
    The majority of these plugins seem to only work on page initial load, which can lead to missing images when using Infinite Load / Load more that uses Ajax ( like the GP Blog and WP Show Posts does )….

    You want one that allows you to omit images by filename or CSS class so they don’t mess with your logos and other static branding.

    #1212593
    Tim

    Hi David

    Thank you for the heads up on the caveats to look out for.

    When I first started researching this feature I found one nice write-up on how to get the lazy load and blur-up without using a plugin:

    https://akzhy.com/blog/wordpress-lazy-load-images-with-blur-up-technique/

    I was also considering the Optimole plugin https://wordpress.org/plugins/optimole-wp/ but it will take some further investigation to see if it is a good fit.

    #1212942
    David
    Staff
    Customer Support

    The code method is nice πŸ™‚ It comes down to whether you want to maintain it….
    Thanks for sharing.

    #1218034
    Tim

    Yes, I’m not sure what the implications of maintaining the code would be. Do you foresee any potential issues with it ?

    #1218361
    David
    Staff
    Customer Support

    Nothing jumps out immediately – but you’re changing the standard behaviour of how images are output and filtering the_content() which does introduce possible conflicts with how other plugins/functions operate…..

    #1219287
    Tim

    Yes, perhaps a can of worms running down a rabbit hole situation that I would rather avoid. πŸ™‚

    #1219426
    David
    Staff
    Customer Support

    I hear you there πŸ™‚

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.