lukeed / bee3d

Support Forum for Bee3D Slider, found @ http://www.lukeed.com/demo/bee3D
MIT License
7 stars 2 forks source link

Concave infinite scroll html page #56

Open alexey13 opened 7 years ago

alexey13 commented 7 years ago

Good day! As you can see when we use that effect page have scroll but it should not. https://www.lukeed.com/demo/bee3D/#/effects/concave

alexey13 commented 6 years ago

Hello!:)))

lukeed commented 6 years ago

Hi, sorry 🙈

Not sure what the issue is or what you're trying to say. Can you explain more?

alexey13 commented 6 years ago

-1 Endless scroll

lukeed commented 6 years ago

Have never seen that before. What browser and browser version?

Try adding this:

#main { height:100vh }
.bee3D--parent { overflow:hidden }
alexey13 commented 6 years ago

its mozilla firefox, last one

lukeed commented 6 years ago

Ah, just tested.

Luckily, it's just demo code. Adding this solves it:

#main { overflow:hidden }
alexey13 commented 6 years ago

Awesome, big thanks!

alexey13 commented 6 years ago

i used that script for responsive maybe it can help someone jQuery(document).ready(function() { var hslider = jQuery('#slider-my').height(); jQuery('.section.slider').height(hslider); }); </script>

alexey13 commented 6 years ago

It take height from image of slider and set it to parent section

lukeed commented 6 years ago

I understand. Thanks for the snippet, someone may find it useful, but I discourage the use of jQuery with this slider.