Skip to content

converting my project to fit in all devices - mobile, ipad and desktop #81586

Answered by ghost
Selyiah asked this question in Programming Help
Discussion options

You must be logged in to vote

I would Suggest the following ways:

  • Using Media Queries as others suggested. Remember this is the most powerful and common way to make your page responsive. Look into this tutorial of WDS this helped me, Tutorial.
  • Using vh or vw or % units wherever possible and preferable. As these are related to the screen resolution.
  • using display properties like flexbox or grid as this would actually help in the layout of items with ease. Mostly prefered to change these in media queries.
  • add fluidity to text.
  • min() and max() functions are your live savers at times.
  • Stacking the content in smaller devices would be much better than resizing images and other stuff except texts.
  • Remember if your stuck in …

Replies: 4 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@varunpats
Comment options

@Selyiah
Comment options

This comment was marked as off-topic.

Comment options

You must be logged in to vote
1 reply
@Selyiah
Comment options

Comment options

You must be logged in to vote
2 replies
@Selyiah
Comment options

@ghost
Comment options

Answer selected by Selyiah
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Programming Help Programming languages, open source, and software development.
4 participants