react-progressive-bg-image icon indicating copy to clipboard operation
react-progressive-bg-image copied to clipboard

Content inside element having a background image must not be blurred. How to achieve this?

Open Praneetha-CK opened this issue 6 years ago • 1 comments

Content inside element having a background image must not be blurred. How to achieve this? <ProgressiveImage src={image1} placeholder={image1X60} style={{ height: 600, backgroundSize: 'contain', backgroundPosition: 'center center', }}

Some content </ProgressiveImage>

"Some content" text inside also gets blurred out which is not the desired behaviour.

Praneetha-CK avatar Nov 29 '18 08:11 Praneetha-CK

Move your text component outside of the ProgressiveImage component and move it back up with CSS. Or remove the blur altogether

mattrabe avatar Feb 07 '19 23:02 mattrabe