Jump to content

Improving Website On Mobile


NeChan

Recommended Posts

What can I do to make my website look better on mobile

Since it's difficult to know what resolution devices are going to view your website the best option is to make a responsive website https://www.w3schools.com/html/html_responsive.asp This basically means that the images and html all scale and rearrange themselves to look good on any size screen. Our homepage https://www.heliohost.org/ is responsive and should look good on screens as small as 320px wide, all the way up to the highest resolution 4k Apple retina screens.
Link to comment
Share on other sites

is there any javascript that can increase my website performance on mobile ?

Responsive design makes your website look good on different sized screens, but by itself you won't get an performance increases. The main thing that slows a website loading time down is the images. You can use javascript to detect the size of the screen and then serve various scaled down images which are smaller for mobile internet connections.
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...