Giter VIP home page Giter VIP logo

Comments (2)

Cimbali avatar Cimbali commented on June 12, 2024 2

Ah I see what’s happening I think. The “vertical” orientation is only specifying that the annotations should appear below the next slides, and the next slides are purely laid out on a grid that fills rows first (I think ceil(sqrt(# slides)) columns and ceil(# slides / # columns) rows).

However I see the issue, which is that the space is not used very well. We have a constrained size, so ideally we should be able to pick a sort of inline-block layout (i.e. blocks on a line that wraps).

Alternately we could try and see if 1 less column (i.e. floor(sqrt(# slides))) allows for larger preview slides and reflow ourselves (or try with any number of columns from 1 to # slides).

from pympress.

ousia avatar ousia commented on June 12, 2024

Many thanks for the fix, @Cimbali.

It works perfectly fine.

from pympress.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.