Top "Viewport" questions

A viewport is a rectangular viewing region in computer graphics, or a term used for optical components.

how to reset a view pane in cinema 4d

I am new to cinema 4d and I built a model which is easily viewable in my right, top, and …

viewport reset cinema-4d
How to use multiple viewports in OpenGL?

I need to show the same object in OpenGL in two different viewports, for instance, one using ortographic projection and …

opengl viewport
How to get the mouse position relative to the window viewport in javascript?

event.pageY gets you the mouse position relative to the entire document height(document.documentElement.offsetHeight I assume). But how …

javascript height dom-events viewport
Viewport meta tag for iOS devices

Does stating <meta name="viewport" content="width=device-width" /> have the same effect as stating <meta name="viewport" …

ipad html viewport meta-tags
Responsive site is zoomed in when flipping between Portrait and Landscape on iPad/iPhone

I've built a responsive site using Twitter Bootstrap here: http://zarin.me/cce/ The responsive design works great on iPad …

orientation responsive-design viewport screen-orientation device-orientation
Viewport meta tag not working in iPhone and Android

I am using the following html code <!DOCTYPE HTML> <html> <head> <title>…

android iphone html meta-tags viewport
Setting the Viewport to Scale to Fit Both Width and Height

I'm working on a website that fits within a specific width and height (an 885x610 div with a 1px border …

javascript android html ios viewport
Get viewport height when soft keyboard is on

I've been trying to make this work for days now, with no luck, so I thought I'd share info and …

jquery ios css viewport
Scroll if element is not visible

how to determine, using jquery, if the element is visible on the current page view. I'd like to add a …

javascript jquery scroll viewport visible
Apply CSS transition when element comes into viewport

I'm trying to apply CSS transition effect when an element comes to viewport (i.e. when user scrolls to it), …

css animation transition viewport