Results 1 to 7 of 7

Thread: Fadeshow on mobile phone

  1. #1
    Join Date
    Jun 2015
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Fadeshow on mobile phone

    1) Script Title: Otto Rosso Fade Show

    2) Script URL: http://www.dynamicdrive.com/dynamici...nslideshow.htm

    3) Describe problem: I am trying to get the slideshow to appear at the correct width on the screen as a percentage of the users screen rather than a fixed pixel width.

    Thanks
    Last edited by ddadmin; 07-01-2015 at 04:36 PM. Reason: Formatting

  2. #2
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    What is the "Otto Rosso Fade Show"?

    If you are using a script from Dynamic Drive, please post the correct title of the script you have used;
    1) Script Title: Correct title of Dynamic Drive script
    And a link to the demo page on Dynamic Drive;
    2) Script URL (on DD): Link to the demo page on the Dynamic Drive website
    Focus on Function Web Design
    Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps

  3. #3
    Join Date
    Jun 2015
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Beverleyh View Post
    What is the "Otto Rosso Fade Show"?

    If you are using a script from Dynamic Drive, please post the correct title of the script you have used;

    And a link to the demo page on Dynamic Drive;
    * Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)

    I don't know what the demo page is sorry. I am using the code on my website. I am using Dreamweaver. I have my code. The fadeshow is working on my websote www.ottorosso.es

    But it does not have the desired effect when accessed from mobile devices. I see there is a way of making the screen fit mobile devices - but it is not working for me. Any help appreciated. Thanks

  4. #4
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    Quote Originally Posted by OttoRosso View Post
    I see there is a way of making the screen fit mobile devices - but it is not working for me.
    I guess you are referring to what is mentioned on http://www.dynamicdrive.com/dynamici...nslideshow.htm about dimensions:
    You can also set the dimensions to percentage values instead (wrap the values in quotations) to indicate you wish the slideshow to scale relative to its container. This sets the basis for a responsive slideshow, whereby the slideshow grows and shrinks based on the user's browser or mobile screen size.
    If so, there might be some problem in the script. Maybe other DD-members can inform us about this.

  5. #5
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    You can also try this test page I made for a client. (He seems to like it, so I'll develop it a little bit further in due time).

  6. #6
    Join Date
    Jun 2015
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by molendijk View Post
    I guess you are referring to what is mentioned on http://www.dynamicdrive.com/dynamici...nslideshow.htm about dimensions:
    You can also set the dimensions to percentage values instead (wrap the values in quotations) to indicate you wish the slideshow to scale relative to its container. This sets the basis for a responsive slideshow, whereby the slideshow grows and shrinks based on the user's browser or mobile screen size.
    If so, there might be some problem in the script. Maybe other DD-members can inform us about this.
    Is there anyone who can help me get the code right to work with percentages of screen width rather than fixed pixel width? Please?

  7. #7
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    A few points.

    1) You have set the slideshow dimensions in pixels. If you want it to resize fluidly in responsive design, you should set the size in percentages. Follow the demo's tutorial for advice on doing that http://www.dynamicdrive.com/dynamici...eshowguide.htm

    2) The size of the slideshow, when using percentages, will be based on its parent container. You have it inside a parent container (a table) with a width of 640px, so be aware that your slideshow sizing will be based on this. For true, responsive layouts, you should try not to use absolute/fixed units and instead, create your layout using fluid/relative units, such as % or vw. Also try to move away from table layouts and use div layouts instead.

    3) if you want mobile devices to recognise your website as being responsive, you need to use the viewport meta tag https://developers.google.com/speed/...figureViewport
    Focus on Function Web Design
    Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps

Similar Threads

  1. Replies: 0
    Last Post: 03-02-2014, 12:59 PM
  2. mobile phone provider list - please help
    By me_myself in forum JavaScript
    Replies: 2
    Last Post: 05-25-2010, 07:33 PM
  3. Replies: 6
    Last Post: 11-20-2009, 01:23 AM
  4. Edit An Image That Has A Phone #
    By lou in forum Other
    Replies: 2
    Last Post: 07-31-2006, 07:47 AM

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
  •