Recent content by gurnzbot

  1. G

    Responsive implementation

    Unless I'm misunderstanding the documentation, I can set up the Rotator to work in my responsive design out-of-the-box. I'm not entirely sure what to do in order to make this work. If I open the page full-sized or small-sized, it displays correctly. But if I manually resize the window, the...
  2. G

    Reloading with javascript

    I'm not entirely sure the exact difference between what you guys have and what I had, but I was able to use your code as a basis and widdle it down to the bare necessities of what I needed. Long story short... works! Thank you!
  3. G

    Reloading with javascript

    Yes this does not work either. I tried to use new ids by incrementing a counter each time. So when I tried to create a new div with an id of wr360PlayerId_2, then called runImageRotator() on it as well as using your previous example of prdImage.rotator(). Neither attempt worked. Please let me...
  4. G

    Reloading with javascript

    Thanks for the response :) I've tried to do the following: var newRotator = $('<div id="wr360PlayerId" class="wr360_player" style="background-color:#FFFFFF;"></div>'); $("#old-image-element").replaceWith(newRotator); newRotator.rotator({ configFileURL...
  5. G

    Reloading with javascript

    Hi! I'd like to have the user click a button, place the rotator element in the DOM, using jQuery or something, and then load the Rotator. I have an image gallery that will have rotators placed among images. The user will click a thumbnail and either an image or Rotator will load above it...
Top