Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

CSS PIXEL !

Featured Replies

TELL ME ABOUT CSS PIXEL ..

like in html I took image width =1280 and hieght =800 . if i serve this img to other browser and his/her device resolution is 1024 *700 then what happens ????

MIND MY ENGLISH :D :D

On a desktop the screen would have horizontal and vertical scroll bars so the user can scroll to see the whole image.

 

On a mobile it wouuld zoom out so you can see the whole page (unless meta tags prevent the browser from doing this)

  • Author

D4YO thanks for giving you precious time on my post .So this means website im making for 1280 * 800 desktop res. is remains for this resolution ,if your screen reso. are higher then you have to zoom the web page while zoom out it in case of lower reso.

Have you considered specifying percentage of the screen instead of pixels? This will cause the image to resize based on the device being used. Also CSS format would be:

width: 90%; or width: 1260px;

 

instead of

width="90%" or width="1260px"

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.