Questions tagged [skitter-slider]

Skitter allows you to implement a slideshow with a simple unordered list. It includes several animation types, navigation options, and more.

Skitter allows you to implement a slideshow with a simple unordered list. It includes several animation types, navigation options, and more.

you can play with its option from the homepage

enter image description here

8 questions
6
votes
4 answers

Dynamically adjust skitter slideshow images size

How to resize (scale) slide images to a different size from jquery or css or any other ways? it always load the main images full width and height and controlling with following ways does not work. you can download sample full working skitter sample…
Pramod
  • 129
  • 1
  • 12
3
votes
2 answers

How to change the width of jQuery Skitter.js Slideshow?

I want to change the width and height of skitter jquery slider. I tried to override the default jquery.css by the width 100% with "important! It is supposed to override the inline rules but i can't control the width and the height. What is the…
1
vote
1 answer

jQuery Skitter Slideshow error

I have a problem with jQuery Skitter Slideshow. It doesn't work! I found one error with Element inspector of my browser: Uncaught TypeError: Object [object Object] has no method 'skitter' The test is here: [obscured] What is the problem?
humanbeing
  • 121
  • 2
  • 3
  • 12
1
vote
2 answers

how to hide skitter-slider jquery plugin's Next and Prev navigation buttons

skitter-slider plugin is setup with following props but whenever I mouse over the slides the next and prev buttons become visible. I need to remove the buttons even when mouse is over the slides. I think it should be handled by navigation: false…
Iman
  • 17,932
  • 6
  • 80
  • 90
1
vote
1 answer

Skitter-Jquery Sideshow- want to reduce the square size

I found this jQuery slideshow called Skitter. it's awesome! so I implemented it in my latest project. I am using square effect.. $(document).ready(function(){ $('.box_skitter_small').skitter({show_randomly: true, dots: true, interval:1000,…
NightCrawler
  • 359
  • 1
  • 3
  • 14
1
vote
1 answer

Wordpress Skitter Slideshow - Control the animation of the labels in Skitter slideshow

I am using slideshow plugin called SKitter for wordpress. The slideshow displays an image with label mentioning any description for an image. The label animate in (out) on change of an image. Is there anyway to control the animation of the…
code_rum
  • 872
  • 6
  • 21
0
votes
0 answers

Easing functions not having any effect in skitter

I am using skitter to create a slideshow and it looks like the easing functions I provide with the easing_default key are not having any effect. Here is my code: $('.skitter').skitter({ auto_play: false, dots: false, velocity: 0.1, …
Real Noob
  • 1,369
  • 2
  • 15
  • 29
0
votes
1 answer

Make custom/call skitter slideshow navigation

For those of you who worked with Skitter Slideshow, it's a great plugin but I want to make custom next/prev buttons and place them outside of the .box_skitter container and call the skitter navigation function. I tried creating the following: //…
Alin
  • 1,218
  • 5
  • 21
  • 47