You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Image background (wide ones) is not responsive for phone
Describe the solution you'd like
I think the best solution should be use a div with background image, background-size: contain; background-repeat: no-repeat; background-position: center; instead of img tag
Describe alternatives you've considered
Make javascript render image responsively
Is your feature request related to a problem? Please describe.
Image background (wide ones) is not responsive for phone
Describe the solution you'd like
I think the best solution should be use a div
with background image, background-size: contain; background-repeat: no-repeat; background-position: center;instead of img tagDescribe alternatives you've considered
Make javascript render image responsively
Additional context
Video record:
Untitled.mov
and this is the line code:
<Parallax bgImage={FirstParallaxImage} strength={500} style={{ height: '100%', opacity: 0.8 }} />