gci17.fossasia.org icon indicating copy to clipboard operation
gci17.fossasia.org copied to clipboard

Fix gray area on bottom

Open mariobehling opened this issue 7 years ago • 5 comments

On the bottom area the picture sometimes shows up without a gray bar above and sometimes with a gray bar above.

Expected: No gray bar show appear above.

screenshot from 2018-02-01 21-36-02

mariobehling avatar Feb 01 '18 20:02 mariobehling

I would like to work on this issue, will you please assign it to me?

ambivert-sam avatar May 18 '21 07:05 ambivert-sam

I would like to work on this issue, will you please assign it to me?

No need of assign just fixed the bug and create the pr for this!!

Raunaksingh100 avatar May 24 '21 07:05 Raunaksingh100

i can work this our @mariobehling

neeraj15022001 avatar Oct 10 '21 06:10 neeraj15022001

@neeraj15022001 You can go ahead and create the fix pull request and tag the us back.

championpaddler avatar Oct 10 '21 08:10 championpaddler

@sk9331657 @mariobehling i checked out code and i believe that because image-container is almost of size of image in height, so when we are moving it up and down by transforming it in parallex.js so it is showing empty background when size of image is exceeded. My Solution - To Remove Parallex.js and use css to make parallex effect Benefits - Remove Unnecessary JS which will improve UX and make webpage lightweight, right now a continuous scroll event is happening which makes website laggy

neeraj15022001 avatar Oct 10 '21 10:10 neeraj15022001