Coder Social home page Coder Social logo

cj-image-video-previewer's Introduction

CJ Image Video Previewer 2.0 Demo

A JQuery Plug-In to Display A Series of Image Frames, Like A Video Previewer Implementing the plug-in is pretty straight foward, you just need to have a container that contains a single image. The plug-in is passed an array of images to use for the animated preview.

User Options

You also have the option to pass the delay amount between frames. There's a built in method to ensure that images are loaded prior to continuing. In theory it should scale up nicely. And because of this, I have built in a Progress Indicator. You have the option to turn this on or off.

Argument Description Default
images This should be an array object of image sources. Example: ['images/myimage1.jpg','images/myimage2.jpg'] []
autoPlay Determines if the preview starts automatically. If you set this to false, then you will need to start the frameshow by calling $("#MyframeShow").start(); false
delay The delay in miliseconds between frame transitions. 450
showProgress Determines wether or not to display the progress bar. true

cj-image-video-previewer's People

Contributors

cjboco avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

cj-image-video-previewer's Issues

Preload images option

Is there any way to have the image array load on mouseover?

Also, it would be great if the image array could work with urls as well as file paths!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.