gci17.fossasia.org
gci17.fossasia.org copied to clipboard
Fix gray area on bottom
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.
I would like to work on this issue, will you please assign it to me?
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!!
i can work this our @mariobehling
@neeraj15022001 You can go ahead and create the fix pull request and tag the us back.
@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