ember-cli-photoswipe
ember-cli-photoswipe copied to clipboard
Ember cli Addon adaptation of the popular photo gallery library Photoswipe js
Removes Bower and instead uses NPM to import modules and brings all packages up to latest versions including Ember and Photo-swipe. https://github.com/poetic/ember-cli-photoswipe/issues/41
This change wraps the browser specific libraries with if (typeof FastBoot === 'undefined') {...} check so that they are eval'd and run in browser but only eval'd and skipped in...
The Bower project no longer recommends using Bower for managing dependencies, instead recommending using NPM or Yarn. It seems that there is an NPM package for PhotoSwipe, so it likely...
Clone dummy app, set msrc attributes for each item in the items array and run. For the first clicked image I can see that the larger image is downloaded however...
Steps to reproduce: 1. Take sample photoswipe code. 2. Set `src` of some property for the gallery to empty string (anything that does not resolve to image will do). 3....
Add type="button" to all buttons to prevent form submission if used inside of form
> ## Default UI Options > > ``` > Options for PhotoSwipeUI_Default (dist/ui/photoswipe-ui-default.js) are added the same way and to the same object as core options. > ``` [-Source](http://photoswipe.com/documentation/options.html) Specifically,...