Make sure you understand that this is not actually related to the size
of the screen, but to the resolution the system uses.

You could get the window size using javascript and even dynamically
change your application as the window is resized. I wouldn't know of
any way Rails can determine the system resolution or something like
that.

It would be better though if you would spend some time on your HTML
and CSS and make sure it will show the way you want it to show on any
resolution. People don't care about horizontal scrollbars in 640x480:
they're probably used to that. So using a fixed layout will probably
be fine.

Hope this helps!

Kind regards,
Jaap Haagmans
w. http://www.relywebsolutions.nl

On 17 aug, 12:05, Hemant Bhargava <[email protected]>
wrote:
> Champs,
>
> Need help .. Not related to rails or ruby .. :)
> Scenario is dat i had developed my application at a 17inch monitor .. so
> used big size images as well.. i mean according to big screen monitor ..
> Now if run this application at a 14inch monitor .. application is not
> looking good .. So want to change this scenario .. I mean can we know
> dynamically dat if monitor size is small that make everything small on
> monitor.. :)
>
> Hope u peopl got it right .. want to know every possible way ..
> --
> Posted viahttp://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to