twentytwenty
twentytwenty copied to clipboard
Doesn't work inside modal windows
What is required for these to work in terms of divs around them?
This plugin will not work when placed inside a modal window... which is a big problem for me. I'm using fancybox, and need to find a way of displaying these sliders to take up the full width of the modal window.
I am having the same issue on Bootstrap 3
Also doesn't work when the div is hidden onLoad.
I tried this but doesn't work:
$(".openthis").click(function() {
$("#content").show("slow");
$("#container1").twentytwenty();
});
no one?
I believe the issue is that you cannot initialize twentytwenty until the container is visible. @maykbrito can you create a simple page that has the problem and I will try to debug it.