Skip to content

Instantly share code, notes, and snippets.

@ggeorgaras
Forked from mrsweaters/bullets.html
Created November 14, 2012 14:48
Show Gist options
  • Save ggeorgaras/4072542 to your computer and use it in GitHub Desktop.
Save ggeorgaras/4072542 to your computer and use it in GitHub Desktop.
Orbit Custom Bullets
<ul class="orbit-bullets">
<li class="has-thumb active" style="background-image: url(/path/to/bullets/bullet-one.jpg); background-position: initial initial; background-repeat: no-repeat no-repeat; ">1</li>
<li class="has-thumb" style="background-image: url(/path/to/bullets/bullet-two.jpg); background-position: initial initial; background-repeat: no-repeat no-repeat; ">2</li>
<li class="has-thumb" style="background-image: url(/path/to/bullets/bullet-three.jpg); background-position: initial initial; background-repeat: no-repeat no-repeat; ">3</li>
</ul>
<div id="featuredBullets">
<img src="slide-1.jpg" data-thumb="bullet-one.jpg" />
<img src="slide-2.jpg" data-thumb="bullet-two.jpg" />
<img src="slide-3.jpg" data-thumb="bullet-three.jpg" />
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment