Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Wagner committed Jul 2, 2018
1 parent e44bdd5 commit 05d70c7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.
All notable changes to this project will be documented in this file.

### 1.0.1 [2018-07-02]

## Fixed
* required styling
3 changes: 3 additions & 0 deletions src/Resources/public/js/contao-lightbox-gallery-bundle.es6.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import GLightbox from 'glightbox';

require('../scss/contao-lightbox-gallery-bundle.scss');

let umbrella = require('umbrellajs');

let u = umbrella.u;
Expand All @@ -13,6 +15,7 @@ let u = umbrella.u;
$(links).on('click', function(e) {
e.preventDefault();

console.log('test');
let current = this;
let gallery = [];
let slides = document.querySelectorAll('[data-lightbox="' +
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import "~glightbox/dist/css/glightbox.min.css";

0 comments on commit 05d70c7

Please sign in to comment.