Egeeio/egee-io

Fork MaterialBoxed

Closed this issue · 2 comments

Lightbox is a really cool feature that is pretty much standard for showing images in a fancy way on sites. Problem is that it's really difficult to implement correctly.

The native Ember version of lightbox is broken beyond belief and trying to shoe-horn non-ember implementations has proven to be a nightmare.

MaterialBoxed from Materialize works straight out of the box but it requires all of the Materialize dependencies to use, which are really heavy.

I'd like to carve off MaterialBox and put it into the site JS & CSS so that we don't have to bring along all the Materialize dependencies.

The JavaScript needs to be forked but the CSS is done.

This will be replaced by an HTML + CSS solution.