Announcement

Collapse
No announcement yet.

Image Slideshow

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Image Slideshow

    I've been trying to find a way to put an image slide-show on the website I'm making, but so far I haven't been successful. I've found ways to put single images and picture galleries, but I'm looking for something along these lines:

    Discover 32,959 Plugins, Code and Script for Bootstrap, Javascript, PHP, Wordpress, HTML5 and more. Save time, buy Code on CodeCanyon!


    I want the images to automatically scroll through each other slowly like in that one, and I'd like it on the homepage of my site.

    My domain is http://www.drugrehab-seattle.com/

  • #2
    Re: Image Slideshow

    These are made in Flash or a flash based program something along the lines of these examples But if you want a script based gallery then try this one
    Alien Dude Solutions

    Comment


    • #3
      Re: Image Slideshow

      Originally posted by Trippnessa View Post
      I want the images to automatically scroll through each other slowly...
      This image slideshow is easy to install. It auto slides or fades images.

      Your HTML:

      Code:
      <div class="MagicSlideshow">
      <img src="example1.jpg"/>
      <img src="example2.jpg"/>
      <img src="example3.jpg"/>
      </div>
      Then put a link to the JS and CSS after the <head>.

      You can change the speed like this (6 seconds):

      Code:
      <script type="text/javascript">
      MagicSlideshow.options = {
      'speed':'6'
      }
      </script>
      You can also change effect, direction, color, thumbnails, icons, arrows, text. Look at the examples page for ideas.

      Comment


      • #4
        Re: Image Slideshow

        Thanks to both of you, I think I can manage this. It's been a while since I studied coding but I know I can refresh my memory enough to figure it out. Not sure which one I'll do yet but thanks either way.

        Comment

        Working...
        X