leoste / h5p-image-juxtaposition

Put two images side by side with a slideable overlay effect, e.g. to create an interactive before/after image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

H5P Image Juxtaposition

Put two images side by side with a slideable overlay effect, e.g. to create an interactive before/after image.

This content type is based on Juxtapose that was created by Alex Duner and Northwestern University Knight Lab, but was heavily modified. It is licensed under the Mozilla Public License 2.0.

Support me at patreon!

If you like what I do, please consider to become my supporter at patreon: https://www.patreon.com/otacke

Example

"Image Juxtaposition for H5P"

Building the distribution files

Pull or download this archive files and go into the main folder. There run

npm install

to get the required modules. Then build the project using

npm run build

or

npm run watch

if you want to modify the code and want to get a fresh build built in the background.

About this repository

If you want to download the sourcecode, you can choose from three main branches:

  • release: Will contain the latest official release.
  • stable: Will contain features that have not yet been released, but that should work. Use at your own risk in a production environment.
  • master: Will contain the latest progress, but may not have been fully tested. Should definitely not be used in a production environment!

About

Put two images side by side with a slideable overlay effect, e.g. to create an interactive before/after image.

License:Other


Languages

Language:JavaScript 73.2%Language:CSS 26.8%