Go Back   Site Owners Forums - Webmaster Forums > General Arena > Social Networks

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 09-20-2016, 10:55 PM   #1
hruday_16
Registered User
 
Join Date: Sep 2016
Posts: 54
What is Viewport?

What is the use of viewport in css and where it is used?
hruday_16 is offline   Reply With Quote

Old 09-21-2016, 12:01 AM   #2
whitebolt
Registered User
 
Join Date: Sep 2016
Posts: 313
The view port is the user's visible area of a web page. The view port varies with the device, and will be smaller on a mobile phone than on a computer screen.Before tablets and mobile phones, web pages were designed only for computer screens, and it was common for web pages to have a static design and a fixed size.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
||
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
whitebolt is offline   Reply With Quote
Old 09-21-2016, 01:46 AM   #3
Sachin89765
Registered User
 
Join Date: Jul 2015
Posts: 167
A viewport is a 2D rectangle that defines the size of the rendering surface onto which a 3D scene is projected.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Sachin89765 is offline   Reply With Quote
Old 09-21-2016, 02:24 AM   #4
timly
Registered User
 
Join Date: May 2016
Posts: 105
A viewport is represented by the viewport class. The width and height properties of the rectangle are used by methods for a variety of a calculations such as creating a projection matrix using CreatePerspectiveFieldOfView.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
timly is offline   Reply With Quote
Old 09-22-2016, 05:58 AM   #5
othername0104
Registered User
 
Join Date: Aug 2016
Posts: 89
A viewport is a 2D rectangle that defines the size of the rendering surface onto which a 3D scene is projected.
A viewport is represented by the Viewport class.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
- What is it?

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
- what's legit or scam?
othername0104 is offline   Reply With Quote
Old 09-23-2016, 03:54 AM   #6
Aman897
Registered User
 
Join Date: Jul 2015
Posts: 129
viewport is the css properties that define the viewing angle of the websites........
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Aman897 is offline   Reply With Quote
Old 09-24-2016, 04:55 AM   #7
Manishaverma07
Registered User
 
Join Date: Sep 2016
Posts: 246
A viewport is known as polygon viewing region in computer graphics it is a represented by the Viewport class.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Manishaverma07 is offline   Reply With Quote
Old 09-25-2016, 09:35 PM   #8
jasonroy21
Registered User
 
Join Date: Jul 2016
Posts: 755
The view port is the user's visible area of a web page. The view port varies with the device and will be smaller on a mobile phone than on a computer screen.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
jasonroy21 is offline   Reply With Quote
Old 09-26-2016, 03:44 AM   #9
John Anderson
Registered User
 
Join Date: Aug 2016
Location: Mumbai
Posts: 77
The viewport units are a new set of units designed for the challenges we face today. One-pagers, full-width grids, typography, and many other things rely on the size of the viewport.
vw: 1/100th viewport width
vh: 1/100th viewport height
vmin: 1/100th of the smallest side
vmax: 1/100th of the largest side
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
John Anderson is offline   Reply With Quote
Old 09-26-2016, 03:55 AM   #10
fototapete
Registered User
 
Join Date: Aug 2016
Posts: 14
A viewport is a 2D rectangle that defines the size of the rendering surface onto which a 3D scene is projected.
A viewport is represented by the Viewport class. The Width and Height properties of the rectangle are used by methods for a variety of calculations such as creating a projection matrix using CreatePerspectiveFieldOfView. Viewport dimensions default to the dimensions of the back buffer, but they can be a different size. For example, to create a split screen game, you might render multiple viewports to a single render target. The viewport dimensions do not correspond to the display dimensions, which are determined by the DisplayMode property, or to the game window, which is determined by the ClientBounds property.
fototapete is offline   Reply With Quote
Old 09-29-2016, 05:41 AM   #11
lisaryan
Registered User
 
Join Date: Sep 2016
Location: Bangalore
Posts: 58
The viewport refers to the visible portion of a web page. The size of the viewport varies from device to device.
lisaryan is offline   Reply With Quote
Old 09-29-2016, 08:02 AM   #12
benben1
Registered User
 
Join Date: Mar 2016
Posts: 25
The viewport is the user's visible area of a web page. The viewport varies with the device, and will be smaller on a mobile phone than on a computer screen. ... To fix this, browsers on those devices scaled down the entire web page to fit the screen.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
| V
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
benben1 is offline   Reply With Quote
Old 09-28-2019, 04:32 AM   #13
Sachin89765
Registered User
 
Join Date: Jul 2015
Posts: 167
Viewport is commonly described as the visible area of a web page, which changes based on the size of the device used to access the page. For example, desktop computers, tablets and smartphones all have a different viewports.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Sachin89765 is offline   Reply With Quote
Old 09-28-2019, 06:58 AM   #14
AmandaCherry
Registered User
 
Join Date: Nov 2017
Posts: 342
The view port is the user's visible area of a web page. The view port varies with the device, and will be smaller on a mobile phone than on a computer screen.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
AmandaCherry is offline   Reply With Quote
Old 10-03-2019, 06:04 AM   #15
alvin_hoffman
Registered User
 
Join Date: Oct 2015
Posts: 383
A viewport is a polygon viewing region in computer graphics. In computer graphics theory, there are two region-like notions of relevance when rendering some objects to an image
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
alvin_hoffman is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 01:00 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.