A slide show is a display of a series of chosen information, and/or pictures, which is done for artistic or instructional purposes.
13
votes
2answers
480 views
Web based fullscreen slideshow with video elements
I want to develop HTML 5 based slideshow with images and videos on full screen. this will be some sort of screensaver on one of our kiosks when there is no user activity for a couple of minutes. we ...
12
votes
5answers
202 views
Changing CSS properties 'on-the-fly'
I've got this vertical slideshow navigable by up/down arrows. there's 7 items (divs) inside the slideshow's container div but only 3 of them are visible at a time. In truth, this slideshow is a menu - ...
9
votes
2answers
4k views
Three20 Photo Scroller alternative?
I wan to add a view in my iPhone app where the user can scroll (paged) through a series of web loaded images.
I've been reading many threads and most of them end up suggesting the Three20 lib.
I've ...
9
votes
9answers
669 views
How to do a presentation for your co-workers containing lots of code?
I'm supposed to do a presentation for my co-workers on a web framework I evaluated. These people are developers and hate long and boring PowerPoint stuff, so I got lots of little code snippets. I also ...
8
votes
3answers
10k views
jQuery animations are choppy and stutter in Firefox
I like to think I'm not a dummy, but I can't get my jQuery horizontal slideshow to animate smoothly especially in FireFox (on a Mac). Anyone have advice?
Animation is being done like so:
...
8
votes
3answers
2k views
How to convert a S5 presentation into PDF?
I am using reStructuredText & rst2s5 to create S5 slide presentations. It is great but I also want to have the presentation in PDF. How can I convert S5 to PDF?
S5 are HTML based... one of S5 ...
7
votes
5answers
365 views
What are the options for a browser-agnostic way of doing a web slideshow with audio?
I have a requirement to put together an application which will generate a web slide show.
It needs to be able to do fancy transitions between multiple images (in a browser) and also provide audio ...
6
votes
6answers
51k views
JQuery wait for page to finish loading before starting the slideshow?
I have a site with a rotating header image (you've all seen them). I want to do the following:
Load the entire page plus the first header image
Start the header image slideshow transitioning every x ...
6
votes
1answer
3k views
SecurityError: Error #2148: SWF file file
i am fresher to the flash devekopment. i'm using Flash Develop IDE. i am creating a simple slide show. it works fine in FD when running. i'm moving that swf file ,required image folder and xml file ...
6
votes
2answers
542 views
Skitter jQuery Slideshow - want to set time interval
I found this amazing jQuery slideshow called Skitter. it's awesome! so I implemented it in my latest project.Is it possible to change the time interval between two images. I searched for that every ...
6
votes
1answer
3k views
jQuery $(document).ready broken in Iron/Chrome
I've written a little image slideshow using jQuery and jFancyTiles which can be seen here:
http://www.netzwerkag.at
It works as expected in firefox and IE, but not in iron/chrome.The problem seems ...
5
votes
4answers
135 views
Is it bad to not remove elements from HTML that aren't visible?
I've made a slideshow using JQuery which at the moment just uses append() to add an <img> to a container that was previously defined. The slideshow automatically rotates through, returning back ...
5
votes
4answers
9k views
Looking for a fullscreen jQuery slider for HTML content
I know there are hundreds of jquery sliders out there, but that is what makes it difficult to find one for a specific situation.
I need one similar to Supersized but for HTML content, not only ...
5
votes
1answer
69 views
jQuery SlideShow Plugin source
I am using this Plugin for my Slider
http://tympanus.net/codrops/2013/01/28/flipping-circle-slideshow/
Demo Link: http://tympanus.net/Development/CircleFlipSlideshow/
The Plugin is Beautify but it ...
4
votes
4answers
8k views
Twitter Bootstrap Carousel Not Sliding
I ran into an interesting issue. I'm pretty sure that the answer is very simple, but I just couldn't figure it out so I thought I look for some help.
Basically, my carousel doesn't slide. It just ...
4
votes
6answers
8k views
Problem trying to do window resize with jquery cycle slideshow
Im trying to run a javascript window resize script on a page with a jquery cycle slideshow but im hitting some bugs I cant seem to work out. It resizes the first image fine on page load but then ...
4
votes
6answers
506 views
jQuery Slideshow Image Transition
I'm having an issue with my jQuery slideshow and I can't seem to figure it out. During the transition of images the slideshow will flash white instead of nicely fading into the next picture. I believe ...
4
votes
6answers
12k views
How to center my a div in a table using CSS?
I'm trying to add a slideshow to one of my websites. The whole page is layed out in an HTML table (which I hate with a passion AND did not choose). I want to center my slideshow inside that paticular ...
4
votes
2answers
6k views
Jquery table column sliding effect
I will need a Jquery script for a table sliding effect just like
http://sfsdirectdemo.projects.sourceflow.com/luke (middle plan table)
I google it but have not any good result, anyone please help, ...
4
votes
2answers
2k views
Inno Setup - Multiple Images display (slideshow) on wpInstalling Page under ProgressGauge Bar
I have prepared simple script that displays image under ProgressGauge Bar on wpInstalling Page.
But... I need more complex functionality.
What I need is multiple images show, each after X (e.g. 7) ...
4
votes
1answer
438 views
Java slideshow image delay using paintComponent
I am putting together a slideshow program that will measure a user's time spent on each slide. The slideshow goes through several different magic tricks. Each trick is shown twice. Interim images are ...
4
votes
3answers
2k views
Creating a slideshow with Jquery in Rails 3
I have been looking all over to find a working example of making a slideshow with rails 3 using Jquery but I am not able to find a solution.
Is there a plugin which we could use for the slideshow if ...
4
votes
2answers
276 views
jquery slide show class changing is not working correctly
I am trying to make my own "slideshow" type of jquery effect. I have been messing around with this for quite a while now and just seem to be going in circles. So hopefully one of you can see what ...
4
votes
3answers
2k views
Add anchor tag to simple jQuery sideshow
I am using one of snook.ca script for simple slideshow. Here it is in a nutshell:
<div class="fadein">
<img src="banner1.jpg" width="645" height="307"/>
<img src="banner2.jpg" ...
4
votes
1answer
330 views
Add/append '<script>' tag to html using javascript/jquery [duplicate]
Use Case: I am working on a template builder application.A user can build html templates using different components like text box,picture box,slideshow etc.
Issue: The issue we am facing is with the ...
4
votes
4answers
2k views
how to preload more than one but not all images of a slideshow with jquery
I'd like to create a web based stop motion video player. Basically a slideshow that shows 2-4 images per second. Each image might be a maximum of 20KB. I don't want to preload all images in the ...
3
votes
4answers
7k views
Seaching for a Lazy Loading jQuery Slideshow or: hacking cross-slide
I am trying to get a jquery slideshow to display images from flickr, fading and scrolling. Everything works fine, except i really need Lazy Loading of the images (just loading the images on demand).
...
3
votes
1answer
10k views
Looking for jQuery mobile image slideshow compatible with PhoneGap
I'm looking for a jQuery Mobile image slideshow that is compatible with PhoneGap.
I checked out this one: http://www.photoswipe.com, but there doesn't seem to be an active community around it, e.g. ...
3
votes
5answers
3k views
How can I automatically toggle showinfo in jQuery Galleria plugin?
I can't seem to find this documented anywhere. Basically I just want to have the caption automatically be displayed throughout the slideshow...
Thanks in advance...
3
votes
2answers
554 views
Transparent PNG Reacting to Sites Image Sliders and Content
I just stumbled across this guys site: http://mantia.me/
He has an awesome logo that reacts to the content the site is currently showing, if you wait on his homepage the logo changes with the slide ...
3
votes
4answers
1k views
How to embedded images to EXE file and show them as slideshow
I have a requirement to build an Image manager which will allow users to build a collection of photos/images and then give them an option to convert these photos to a single EXE which when run, will ...
3
votes
5answers
118 views
round borders not working in chrome
i am using a jquery slideshow, that works very nice. Only problem is, it doesnt show round borders on the images "div" in Google Chrome even though I specificly have used Chrome's CSS round border ...
3
votes
2answers
350 views
enable transitions on java image change
I'm writing a small application which aims to display a catalogue on screen. The window is splitted in three main blocks:
On the left I have the articles' list, on the right a panel for image ...
3
votes
2answers
3k views
jQuery: Custom Pagination for Slides
I am using Slides, a slideshow plugin for jQuery and am wondering how to implement custom pagination HTML. Currently, when there is only one image, it will disable pagination by default, which is what ...
3
votes
1answer
614 views
Simple jquery photo slideshow
I wanted to write my own slideshow script but the end result is it immediately jumps to image 6 and flashes (fades) violently...
The HTML is just a page with an image id="ss1".
var i = 1;
...
3
votes
5answers
1k views
Change jQuery image src dynamically
I saw just wondering how it would be possible to change a src every say 5 seconds,
I am using
$.backstretch("site.com/images/home5.jpg");
Is it possible to swap 'home5.jpg' with other image (say ...
3
votes
3answers
12k views
Is there a jQuery image and video slideshow library?
Does anyone know of a jQuery library for doing an image slideshow with the add benefit of video embedded in the slideshow viewing area? Similar to how ESPN.com frontpage works.
3
votes
4answers
11k views
slideshow for div's background image + jquery
I have a big div element at header and there are many text contents and some boxes in the div. and i have a big img as bg for this div, now i need to make a slideshow for this div's background :/
...
3
votes
1answer
2k views
How to start a slideshow desktop change in Windows 7
I'm trying to trigger a desktop slideshow change but I can't find a public API to do it...
The closer I got was to see the name of the methods that are using (they are using a COM object, but I don't ...
3
votes
3answers
48 views
remove/add class reload's improperly unless position absolute
I've created a very simple jquery slideshow, however I have an issue when a class is removed from the active image and placed on to the next one.
When the images position is relative: after the ...
3
votes
4answers
425 views
Jquery fadein fadeout slidshow not working properly
I have having some trouble with my jquery slidshow @ http://www.willruppelglass.com/ (bottom)
As you can see the images fadein and fadeout and that works properly and the images are coming from the ...
3
votes
1answer
101 views
do jQuery .first() and .last() work differently?
So, i'm building a simple slideshow control with this markup:
<div class="previous"> </div>
<div class="next"> </div>
<div class="gallery"> </div>
<div ...
3
votes
1answer
632 views
Problem with FancyBox
I installed a pop-up slideshow gallery using FancyBox /example), which lets you add a caption under the pop-up image, using the title tag.
Unfortunately, when you hover over the thumbnail, the title ...
3
votes
1answer
423 views
Awesome loupe/magnifying effect on slideshow at Paydirt's homepage
I'm totally blown away by the slideshow at https://paydirtapp.com/ , anyone got any clues on how it was achieved ? I'm guessing it's some complex html5 canvas mumbo-jumbo ?
3
votes
1answer
761 views
jQuery slideshow with per-slide transitions/durations
I am searching for a jQuery slideshow that supports per-slide timeouts and transitions.
From my research, it seems like the Cycle Plugin is the closest fit, as it has an appreciable selection of ...
3
votes
1answer
168 views
jquery: Jonathan Snook's “simplest slideshow” question about appendTo()
Smallest slideshow i've ever seen.
$(function(){
$('.fadein img:gt(0)').hide();
setInterval(function(){
$('.fadein :first-child').fadeOut()
.next('img').fadeIn()
...
3
votes
3answers
2k views
Images Slideshow in Gstreamer
I want to make a GStreamer application which takes a xml file process its content which provides information like image url, its weight and the duration for which it is going to be displayed on the ...
3
votes
1answer
1k views
jQuery slideshow loop fail
I've been trying to implement snook.ca's Simplest jQuery Slideshow, but when applied to child elements inside a <ul> instead of a straightforward stack of images. I've successfully got the ...
3
votes
2answers
2k views
Ken Burns effect on iPhone views
are there any exisiting approaches on how to apply Ken Burns slideshow effects
(take a look at a javascript demo: slideshow demo site) to a view?
Regards...
3
votes
2answers
304 views
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?





