Skip to content
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

Integrate a parameter to force ranges to display below each other #22

Open
Gewerd-Strauss opened this issue Jan 16, 2022 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@Gewerd-Strauss
Copy link

Hello,

right now, if one includes a range, e.g.

```pdf
{
	"url" : "Subjects/BE25 Industrial Biotechnology/assets/BE25 Summary.pdf",
	"scale" : 1,
	"range" : [17,19],
	"fit" : false,
	"rotation" : 90
	
}
    ```

the following image will be present:
Content hidden

I hid the contents because I am not free to share it, but the top left is slides 17, top right is slide 18, and slide 19 then moves down to the next "row". This usually seems to behave in rows of three (at least it does so on my system).

Now, the pseudo-fix is to use "fit": true, but that increases image size to the point where the quality suffers.

The better solution would be to integrate a switch to force each slide on a new line visually when embedded, instead of appending to the side.

Would this be possible?

Thank you,

Sincerely,
~Gw

@MSzturc MSzturc added the enhancement New feature or request label Mar 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants