Skip to content
New issue

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

zoom plugin doesn't work if don't have a container #68

Open
Richzendy opened this issue Mar 31, 2015 · 0 comments
Open

zoom plugin doesn't work if don't have a container #68

Richzendy opened this issue Mar 31, 2015 · 0 comments

Comments

@Richzendy
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant