Skip to content

Fix displaying hero images over blurry image placeholder#32806

Merged
jridgewell merged 2 commits intoampproject:masterfrom
jridgewell:blurry-placeholder-no-js
Feb 23, 2021
Merged

Fix displaying hero images over blurry image placeholder#32806
jridgewell merged 2 commits intoampproject:masterfrom
jridgewell:blurry-placeholder-no-js

Conversation

@jridgewell
Copy link
Copy Markdown
Contributor

@jridgewell jridgewell commented Feb 22, 2021

This change allows us to immediately display SSR images when they load, even if this occurs before JS load (or JS fails to load). Before, these images would be stuck behind the blurry image placeholder due to the z-index stacking.

Fixes #32387

This change allows us to immediately display SSR images when they load, even if this occurs before JS load (or JS fails to load). Before, these images would be stuck behind the blurry image placeholder due to the z-index stacking.
Copy link
Copy Markdown
Contributor

@sebastianbenz sebastianbenz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quick fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Blurry placeholders hides ssr'd hero images

4 participants