- This topic is empty.
-
AuthorPosts
-
November 30, 2012 at 4:58 am #41084
matthewb
MemberHi i am trying to make my website mobile friendly. what changes i have to make with head tag ?
can anyone suggest the right way. Remember i don’t have to write @media css only want to resize the page according to screen size.
i have tried this but not working
> meta name=”viewport” content=”width=device-width”November 30, 2012 at 5:04 am #116019Watson90
MemberHi @matthewb
> can anyone suggest the right way. Remember i don’t have to write @media css only want to resize the page according to screen size.
I can’t really make sense of this, are you saying you don’t want to use @media?
If that’s the case, you could just use percentages instead of fixed-pixels so it adapts to the size of the browser window.
Something like this – http://codepen.io/Watson90/full/KupHs
Using @media will give you so much better control at certain points though!
November 30, 2012 at 5:40 am #116020matthewb
Memberya don’t want to use @media css
just have a look at “http://themeforest.net” in ur mobile it will resize according to mobile device.
November 30, 2012 at 5:49 am #116021Watson90
MemberIt’s not resizing at all on my Google Nexus.
I think you’re getting confused with Theme Forest ‘resizing’ and Theme Forest just fitting on the screen because it’s contained within a wrapping div of some sort.
Upon inspection of Theme Forest’s web page using Firefox and/or Chrome, you’ll they have a div with a class of container and it’s set at 984px, as opposed to the header, navigation bar, footer and sub-footer that is set to be as wide as the browser window itself (100%).
November 30, 2012 at 6:50 am #116031matthewb
Member@andy_unleash @media is a amazing thing but the requirement is to just scale website according to device just that so i think only to do something with meta tags but unfortunately it is not working.
November 30, 2012 at 6:54 am #116034Watson90
MemberThe meta tag line (like the one you posted above) won’t change anything in terms of your physical design, that will have to be done using @media. But what it will do is force the browser on the mobile device to zoom in accordingly.
November 30, 2012 at 9:19 am #116043redhornet
ParticipantIf you dont like @media which has no sense, may be you can try with some javascript library. jQuery Masonry is something that you may use, but I am not so sure if that is what you are looking for. To build your site on entirely liquid base is not very good decision.
November 30, 2012 at 11:45 am #116047DrewKerriganNY
MemberI believe matthewb is looking for this:
November 30, 2012 at 11:58 am #116048Paulie_D
MemberActually Drew., he isn’t. :-)
November 30, 2012 at 12:16 pm #116050DrewKerriganNY
MemberWell if he’s looking for a magic block of code that is going to make his site responsive, he’s SOL.
November 30, 2012 at 12:41 pm #116053Paulie_D
MemberYeah that’s what we’re trying to get across
December 27, 2012 at 8:29 am #119115matthewb
Member@DrewKerriganNY ya your code works LOL
December 31, 2012 at 11:06 am #119490DrewKerriganNY
Member> @DrewKerriganNY ya your code works LOL
Hah I’m glad that it worked for your @matthewb.
-
AuthorPosts
- The forum ‘CSS’ is closed to new topics and replies.