Stephan Wagner

Results 33 comments of Stephan Wagner

The fiddle doesn't work because it loads the assets from an old CDN library. As @despecial said, you just have to rewrite the code a little bit to use it...

At least for Desktop it would be a nice addition. I'll see if I get around to implement it. Might be a while though, I have a couple of more...

No, it's actually quite tricky to implement. I'm pretty busy with other work at the moment, so I can't tell when I get around to do it.

Just commented on the pull request: You have to make the changes in the src files (`src/js/jBox.js`) and then build the dist files with `npm install && npm run build`...

You could load html by ajax and then use the `.setContent()` method to set it as the modals content (see jBox demo). If you want to load a conplete HTML...

jBox repositions automatically if you use the method `setContent()`, see here: https://jsfiddle.net/StephanWagner/wyxt54g0/ Alternatively you can also use the method `position()` to reposition jBox, see here: https://jsfiddle.net/StephanWagner/826o9ycg/ jBox does not scroll...

Yes, jBox isolates scrolling to the content area. See the option `isolateScroll`: https://stephanwagner.me/jBox/options#jbox-content You can disable it with `isolateScroll: false` But the content are of jBox still has `overflow: auto`

Yes, they are all missing, some are not actually countries though, at least not recognised by UN. I'm working on a much more detailed version with includes countries, territories and...

There is no out-of-the-box slideshow solution. You could make a slideshow feature yourself though. I just experimented a bit and came up with this: https://jsfiddle.net/StephanWagner/bnqa2wpu/ Is that something you were...

That'd be one way to do that: https://jsfiddle.net/StephanWagner/cmbjvgk4/ I'll leave this issue open, maybe I'll add this as an option in a future version.