Results 1 to 2 of 2

Thread: Responsive Touch Image Gallery

  1. #1
    Join Date
    Jun 2006
    Location
    Carmona, Seville, Spain.
    Posts
    66
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default Responsive Touch Image Gallery

    1) Script Title: Touch Image Gallery

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...uchgallery.htm

    3) Describe problem: I'm trying to make the Touch ImageGallery responsive to screen size limits for all mobile devices: eg. >300px; >600px; >800px so that I can have different gallery sizes as shown in your code - ONE re-sized instance of the gallery per screen width:
    Code:
    jQuery(function(){ // on DOM load
    		$('div#touchgallery1').touchgallery({  // initialize first demo
    			width: 300,
    			height: 200
    		})
    		$('div#touchgallery2').touchgallery({  // initialize second demo
    			width: 600,
    			height: 350
    		})
    		$('div#touchgallery3').touchgallery({  // initialize second demo
    			width: 800,
    			height: 450
    		})
    	})
    I have been trying with Javascript and CSS and Media screen but I don't know how to do this with jQuery. Can you help?

    Regards,

    Mike
    Last edited by jscheuer1; 02-07-2017 at 04:17 PM. Reason: format code

  2. #2
    Join Date
    Jun 2006
    Location
    Carmona, Seville, Spain.
    Posts
    66
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default

    Well, I have switched to http://www.dynamicdrive.com/dynamici...nslideshow.htm now which is responsive and am working with that version. Thanks anyway.

    Mike

Similar Threads

  1. Touch Image Gallery thumbnails options?
    By mlegg in forum Dynamic Drive scripts help
    Replies: 3
    Last Post: 06-02-2014, 05:22 PM
  2. Touch Image Gallery eratic behaviour
    By Red Fox in forum Dynamic Drive scripts help
    Replies: 12
    Last Post: 02-21-2014, 05:03 PM
  3. Need help with Touch Image Gallery
    By djp_12 in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 11-22-2013, 05:40 PM
  4. Touch Image Gallery vs IE
    By Barefoot in forum Dynamic Drive scripts help
    Replies: 4
    Last Post: 07-26-2013, 06:08 PM
  5. Touch Image Gallery
    By Brends in forum Dynamic Drive scripts help
    Replies: 6
    Last Post: 07-11-2013, 05:32 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •