Frank Hofmann

Results 4 comments of Frank Hofmann

Definitely not the best solution. More quick'n'dirty ;-) I extended the handleValueChange function: ```javascript handleValueChange : function (e) { var id = e.target.getAttribute('id'); var cursorPosBefore = e.target.selectionStart; var cursorPosAfter =...

I hacked it into the plugin - don't have the time for a pull request. in lightslider.js change line 396 to: ```javascript $slide.parent().css('padding-left', (settings.vThumbWidth + settings.galleryMargin) + 'px'); ``` and...

Yeah it's better that way, but I didn't need the config part on my project. Otherwise I would have done it with config and all ;-) Cheers!