Zulko / eagle.js

A hackable slideshow framework built with Vue.js
https://zulko.github.io/eaglejs-demo/
ISC License
4.08k stars 222 forks source link

Slides formatting issue #11

Closed arnonuem closed 6 years ago

arnonuem commented 7 years ago

Slides are not formatted correctly when 'eagle-recipes' is not included in 'slideshows.js'. The height of 100% seems to have gone which makes the slide background looking ugly.

Zulko commented 7 years ago

If you want to make your own themes, they should import base.scss as a base, which defines the most important layout features.

The idea is that the base theme defines as little styles as possible so that you are really free of doing what you want in your own themes.

arnonuem commented 7 years ago

Could you please run a test with the following setup and evaluate the result to see that everything is like you expect it?

yaodingyd commented 6 years ago

@arnonuem I have run your steps and cannot reproduce your issue. If your issue persists, please open an issue in eaglejs-demo and attach an screenshot. Thanks.