Web Design Forum: Pedro - Viewing Profile - Web Design Forum

Jump to content

WDF
WDF Premium Memberships Reseller Hosting

Pedro's Profile User Rating: *****

Reputation: 62 Excellent
Group:
Members
Active Posts:
727 (0.62 per day)
Joined:
30-November 08
Profile Views:
6,550
Last Active:
User is online Today, 05:18 PM
Currently:
Viewing Board Index

My Information

Member Title:
Expert
Age:
22 years old
Birthday:
April 1, 1989
Gender:
Male Male
Location:
London
Interests:
Coda
Photoshop
Mac
Harmonica
Beer

Contact Information

E-mail:
Private
MSN:
MSN  peduarte@hotmail.co.uk
Website URL:
Website URL  http://peduarte.com
Skype:
Skype  peduarte25

Users Experience

Experience:
Intermediate
Area of Expertise:
Web Developer

Posts I've Made

  1. In Topic: Help with Media Queries

    30 January 2012 - 03:00 PM

    I think it depends on how it is designed.

    But anyway, the media queries should still work after removing it.
  2. In Topic: Help with Media Queries

    30 January 2012 - 02:40 PM

    but if you are optmising your site for iPad, will the users need to zoom in?
    I guess it depends on how much of a layout/design change is happening...
  3. In Topic: Help with Media Queries

    30 January 2012 - 02:31 PM

    Did you add the following code in your <head> tag?
        <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
        <meta name="viewport" content="width=device-width; initial-scale=1.0">


    ?
  4. In Topic: Help with Media Queries

    30 January 2012 - 02:27 PM

    It's working just fine.
    Reason you get the horizontal scrolling is because you are using a fixed width (px)
    That's why when most people are doing design for small screens, when it gets below a certain width, (usually less than the 600 mark) they change to liquid design (using %).
  5. In Topic: Help with Media Queries

    30 January 2012 - 02:16 PM

    It's not about maths, it's just knowing the different resolutions for different devices.