impress / impress.js

It's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com.
http://impress.js.org
MIT License
37.62k stars 6.67k forks source link

the release notes state the default resolution is 1920 x 1800 full HD ?? #820

Closed pmario closed 2 years ago

pmario commented 2 years ago

the release notes state the default resolution is 1920 x 1800 ... full HD is 1920 x 1080

The second sentence in the rel-notes also states.

In addition the max scale factor by default is now 3 x the default,

which doesn't make too much sense for me. Please check that.

henrikingo commented 2 years ago

Thanks for this.

the release notes state the default resolution is 1920 x 1800 ... full HD is 1920 x 1080

To be pedantic:

OTOH this:

In addition the max scale factor by default is now 3 x the default,

...is correct.

In case you were wondering, 3x was chosen as a compromise between convenience (as large as possible) and speed (scaling to larger resolutions creates more pixels to compute and transform),

pmario commented 2 years ago

Thanks for the detailed info and it's nice to see, that there are still improvements implemented, for an already great software.