💾 Archived View for jb55.com › ward.asia.wiki.org › testing-slide-plugin captured on 2022-01-08 at 14:02:41. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-12-04)

-=-=-=-=-=-=-

Testing Slide Plugin

This is our first step into presentation software in wiki.

See About Slide Plugin

About Slide Plugin

This is a work in progress. github

github

To Do

Advance between slides, arrows and clicks.

Fix many CSS bugs.

Markup to SHOW or PLAY other content.

Issues

We have encountered issues that demand difficult or tedious solutions. For the moment we note these here and look for a temporary work around.

Fullscreen. HTML5 boasts of their new api but have hobbled it so as to protect the user from phishing attacks. I've yet to get anything to go fullscreen except standalone demo pages. Working fullscreen example. site

site

Solution: fill the tab, not the screen.

Transformation. Scaling appears to work in some illogical coordinate system. I was only able to get a useful magnification by combining scale with translate using the matrix form which still responds adversely to container size changes.

Solution: style with transform-origin: 0 0

Start. The press-to-play button should be placed in the bottom-right corner and only show on hover. Blog posts agree that this will require advanced div structure and twenty lines of css but no javascript.

Background. I'd like to blur the image but not the text. Solutions involve overlapped position:fixed divs or a ::before style unavailable inline. post

post

See Testing Slide with Background

Testing Slide with Background