Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blur Up Effect not working #10

Open
johncarpenter67 opened this issue Mar 22, 2020 · 5 comments
Open

Blur Up Effect not working #10

johncarpenter67 opened this issue Mar 22, 2020 · 5 comments

Comments

@johncarpenter67
Copy link

Hi,
I came across this package recently, really glad I found it. However, I can't get the blur effect (on load) to work. Right now, the image is initially not showing at all. Once it's loaded, it shows. But no blur-up effect. I am using storybloks asset manager and I pretty much just copied your example:

import SbEditable from 'storyblok-react'
import Img from 'gatsby-image'
import { getFixedGatsbyImage } from 'gatsby-storyblok-image'
import { getFluidGatsbyImage } from 'gatsby-storyblok-image'

const FluidImage2 = ({ imgUrl }) => {
  const fluidProps = getFluidGatsbyImage(imgUrl, {
    maxWidth: 900,
    quality: 100,
  })

  return (
    <SbEditable content={imgUrl}>
      <Img
        fluid={fluidProps}
        style={{ width: '100%', height: '100%' }}
      />
    </SbEditable>
  )
}

Am I missing anything? Is there a setting or prop I am not aware of?

Thanks a lot!

@johncarpenter67
Copy link
Author

Any news on this?

@tlambrou
Copy link

@daniel-bejamas can you please respond? If these kinds of features are limitations of using your package, can you please provide a little more documentation about such limitations?

@daniel-bejamas
Copy link
Contributor

@tlambrou I'm not the author of this package :D

@johncarpenter67
Copy link
Author

No replies on this ever?

@modulareverything
Copy link

modulareverything commented Feb 16, 2021

The lack of support for stuff like this is the reason I moved away from Storyblok. Unfortunately, I still have some clients that are relying on it so I have to make-do with workarounds. In Sanity CMS, this just works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants