Skip to content

Do plugins like Zoom, Fullscreen work with custom rendered slide content? #161

Answered by igordanchenko
DeFuex asked this question in Q&A
Discussion options

You must be logged in to vote

Hi there!

is it possible that custom rendered slide content works with e.g: zooming, other plugin functionalities?

Most plugins work fine with custom rendered slide content. Zoom plugin is a special case though. It supports only image slides (slide.type === undefined || slide.type === "image"), and it takes over image rendering even when you define your own render.slide render function (you may not necessarily need to provide custom render.slide function in your case). While it's possible to add support for custom slide types, I'd like to learn about specific real-life use case before I implement such support.

Furthermore, if you would build a custom comment section where would you put…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
4 replies
@Demetri0
Comment options

@igordanchenko
Comment options

@Demetri0
Comment options

@igordanchenko
Comment options

Answer selected by igordanchenko
Comment options

You must be logged in to vote
2 replies
@igordanchenko
Comment options

@DeFuex
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants