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

[Gatsby-plugin-image] images are flickering on prod env #39030

Open
2 tasks done
maruthasalamr opened this issue Jul 2, 2024 · 0 comments
Open
2 tasks done

[Gatsby-plugin-image] images are flickering on prod env #39030

maruthasalamr opened this issue Jul 2, 2024 · 0 comments
Labels
status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer type: bug An issue or pull request relating to a bug in Gatsby

Comments

@maruthasalamr
Copy link

Preliminary Checks

Description

I'm have the issue in gatsby-plugin-image images are flickering while initial rendering of the page. Here is the video clip i a have added.

Screen Recording 2024-06-26 at 7.03.31 PM.mov

I have tried to add this package as well . But still issue is not resolved.

Gatsby-config

plugins: compact([
   {
      resolve: `gatsby-plugin-fix-fouc`,
      options: {
        attributeName: "is-loading",
       // minWidth: breakpoints.values.sm,
        timeout: 3000,
      }
    }
])
Screen.Recording.2024-06-26.at.7.03.31.PM.mov

Package.json

  "gatsby": "5.11.0"
 "gatsby-source-filesystem": "^5.13.1",
 "gatsby-plugin-image": "^3.13.1",
 "gatsby-transformer-sharp": "^5.13.1",
  "gatsby-plugin-sharp": "^5.13.1"

System Properties
OS- MAC Book Pro M3 chip
Browser - Chrome

anyone help me out ?

Thank you

Reproduction Link

No code

Steps to Reproduce

Described above

Expected Result

No Flickering of images

Actual Result

Flickering image

Environment

OS- MAC Book Pro M3 chip
Browser - Chrome

Config Flags

No response

@maruthasalamr maruthasalamr added the type: bug An issue or pull request relating to a bug in Gatsby label Jul 2, 2024
@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer type: bug An issue or pull request relating to a bug in Gatsby
Projects
None yet
Development

No branches or pull requests

1 participant