Pravin W

Results 5 issues of Pravin W

Thanks for this great plugin, I tested it here - https://frontend-collective.github.io/react-image-lightbox/ I tried to verify this plugin on iPhone 7 plus Safari but swipe touch does not work well, and...

Hi Team, Thanks for this great plugin, it's really helpful and missing this feature when I switched from Sublime to Vis Code. Could you please provide support for handlebars as...

Hello Team, Thanks for this great tool, I am following your - [documentation](http://assemble.io/docs/options-data.html). It seems that there is a typo issue in **"widget component" example** `{ "name ": "This is...

update-docs

Dear team, Below is my package json of project ``` "dependencies": { "grunt": "0.4.5", "grunt-assemble": "^0.5.0", "grunt-assemble-permalinks": "0.1.0" "handlebars": "3.0.3" } ``` I want to upgrade handlebars to latest one...

Hi, Is there a way I can reinitialize/reset plugin after resize. my code is as follows. `var mobileNavheight = function(){ if(screenWidth < mobileBreakPoint){ return $('header .navbar-fixed-top').outerHeight(); }else{ return 0; }...