We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you have this html code:
<div class="threesixty car"> <div class="spinner"> <span>0%</span> </div> <ol class="threesixty_images"></ol>
The zoom plugin doesn't work, but if you have this code:
<div id="threesixty-container"> <div class="threesixty car"> <div class="spinner"> <span>0%</span> </div> <ol class="threesixty_images"></ol> </div>
The zoom plugin works fine, it's weird and maybe don't have any sense, but in the practice i see this behavior, the container can be:
<section class="container-fluid" id="container"> </section>
Like http://www.360slider.com/plugins.html example.
maybe it's not a bug, but I think this needs to be known in the doc.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you have this html code:
The zoom plugin doesn't work, but if you have this code:
The zoom plugin works fine, it's weird and maybe don't have any sense, but in the practice i see this behavior, the container can be:
Like http://www.360slider.com/plugins.html example.
maybe it's not a bug, but I think this needs to be known in the doc.
The text was updated successfully, but these errors were encountered: