Questions tagged [orbit]

Orbit is a Javascript image slider

Orbit is a Javascript image slider. It's a part of framework.

The full documentation can be found on the Foundation website.

218 questions
3
votes
0 answers

How to dynamically update foundation orbit slider with AJAX

I used foundation4 orbit plugin to display image gallery. It currently work as: (1) Use AJAX to dynamically load an image list, the AJAX call poll periodically with interval 1 second (2) Update slider with the above result in the AJAX success…
Simon Wang
  • 2,137
  • 7
  • 30
  • 47
3
votes
1 answer

How To Initialize Foundation 3 To Use Orbit?

I am trying to use a script I found in this question to run Orbit in Foundation 3, but I can not get it to initialize properly. I added this script in the footer and Foundation.min.js in the header. I get a no method 'foundation' error on line 3 in…
JPollock
  • 2,068
  • 2
  • 21
  • 34
3
votes
2 answers

Zurb Foundation Orbit slider - make non-infinite?

The Orbit slider in Foundation 3 is infinite, meaning it cycles through its slides over and over. Is there a way to get it to display all its slides only once, stopping on the last slide?
Steve
  • 12,696
  • 26
  • 104
  • 191
3
votes
1 answer

Zurb Orbit: add text over images

I would to add a Title and Description foreach slide, something like this:
3
votes
3 answers

Orbit css selectors

I'm using Foundation Orbit slider. It's working fine except that I need to do have some css (move the caption) applied to a specific slider on the page. If I use following selector it does the change, only problem it's a global…
madmarten
  • 51
  • 5
3
votes
1 answer

Width of orbit slider

I can't seem to adjust the width of the orbit slider http://ashwinvasudevan.co.cc According to the documentation , the width and height must be changed in #featured id. When I change it, the size of the image gets changed rather than the full…
user1559738
  • 31
  • 2
  • 6
2
votes
0 answers

Astropy and JPL's Horizons query have different output

I am trying to compare the position of the Earth in heliocentric system given by Astropy, with that of JPL's Horizons. I find remarkable differences and I don't know what they may be due.... I want to do this way because my purpose is to convert…
2
votes
3 answers

Drawing elliptical orbit in Python (using numpy, matplotlib)

I wonder how can I draw elliptical orbit by using the equation ay2 + bxy + cx + dy + e = x2 ? I have first determined the a,b,c,d,e constants and now I assume by giving x values I will obtain y and this will give me the graph I want but I couldn't…
aleatha
  • 93
  • 8
2
votes
0 answers

Zurb foundation orbit slider

I would like to have a slider with images and videos. I am using Laravel and its blade templating. I am trying to achieve this like this, but it is not working:
Marco
  • 3,295
  • 9
  • 46
  • 99
2
votes
1 answer

Can't get Orbit Carousel to work in Foundation 6.2.0

I'm been trying for the life of me to get a basic Orbit carousel to work but it just isn't happening. Can anyone see where I'm going wrong? I've tried various alternatives and had a look at the documentation but am getting nowhere: Code…
2
votes
1 answer

Make camera follow that can fly around a sphere at a constant height and speed

I need to make a script that can make my maincamera fly around a sphere at a constant height and speed. I need to write it in c# and I'm kinda new to that, so I need some help. So far I have just wrote a script that orbits around the object, but I…
2
votes
1 answer

1 page, 20 sliders, 900 images, how to optimize for speed?

I have a page for a real estate website with a list of all of the companies properties. Within each listing, there is a slider with ~50 images of that property. DEMO: http://lexis250.github.io/groupecopley/properties/ The site is built with Jekyll…
2
votes
0 answers

Threejs switch from Orbit control to Transform control

I am trying to switch between these controls when I add a new object to the scene. If I set either up in init() it works fine, either orbit or transform on an object to scale,rotate, position. But say I start with orbit, what I want to happen, is…
MrBodean
  • 29
  • 1
  • 3
2
votes
2 answers

Orbit Slider in Zurb Foundation not working until I inspect element

Using Zurb Foundation 5 with Orbit slider to build my site. I have a slider set up in a modal, but it only shows the top part of the image and the slide navigation until I inspect element, and then the whole slider shows up. Help? Site is here:…
pixel_priest
  • 134
  • 2
  • 10
2
votes
2 answers

orbit slider - remove progress bar from orbit slider

How can I remove or turn off the timer progress bar of the orbit slider? Looked at all the custom settings but don't see anything that would do that.
1
2
3
14 15