-
Notifications
You must be signed in to change notification settings - Fork 456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug. Why height=0? Not displayed background slideshow. #83
Comments
I made a screenshot, link below: |
Hello, The height of your container is in %. It can't work. The question is why does it work sometimes. |
I do not quite understand what kind of container u tell me. Is it "photoBox-container"? For example:
|
I'm afraid it's impossible with height in %. |
Can you enhancement the vegas? |
I will investigate but I'm afraid not. Try to force your css height with !important; |
So? |
same here. .vegas-slide gets always a height of 0px. i followed your suggestion and set the height of the container to 600px forcing it as !important. all slides keep getting a height of 0. the funny part here is that it works before using 'grunt build'. as soon as the source gets uglified / minified the height of the slides becomes 0px. no error or warning is output to console and all images get loaded properly. edit: just rechecked anything and found out that the css was not included by the build-process. sorry, mea culpa. |
Thanks for your feedbacks. Can I close the issue now? |
% height does not work stable. Only fixed height for container. If u can fixed this issue in the future thats good! Thx! |
why don't you try to use something like 50vh as height? it's proportional and it works. at least for me it did the trick. |
I don't think that is an issue its prob a misunderstanding of css. You need On Wednesday, June 10, 2015, Nikita Kozlov [email protected] wrote:
Ryan Smith |
The plugin works perfectly well you need to check out the examples and On Wednesday, July 1, 2015, Slava [email protected] wrote:
Ryan Smith |
Hi |
Vegas slider |
I have a project where I use vegas. U can see demo here: http://nkozlov.github.io/wedding-page/ .
Sometimes (rarely) when you refresh the page (press F5 or ctrl+R) slide show is not displayed, because for some reason, the height of the container becomes equal to 0. I absolutely can not understand what the problem is. I think that the problem in the vegas. Can u solve it?
The text was updated successfully, but these errors were encountered: