newerton / yii2-fancybox

fancyBox is a tool that offers a nice and elegant way to add zooming functionality for images, html content and multi-media on your webpages. http://fancyapps.com/fancybox/
MIT License
39 stars 32 forks source link

Added AssetBundle for jquery.mousewheel.js #3

Closed IgorSalevan closed 9 years ago

IgorSalevan commented 9 years ago

Fixed the situation, when '@web/vendor/newerton/jquery-mousewheel/' is not accessable. The file jquery.mousewheel.js cannot be registred with a help of FancyboxAsset bundle, so I created the new one and registred it directly in the Fancybox widget.

IgorSalevan commented 9 years ago

Here is a small correction of sorsePath of Mousewhee .js files. The next step is to move .js files to /source/ directory in newerton/jquery-mousewheel project. I will send it in another pull request.