Most voted "viewport" questions
Viewport is a polygonal visualization region in computer graphics, or a term used for optical components. It has several settings in different contexts. In web browsers, the viewport (or view window) is the visible part of the whole document.
Learn more…15 questions
Sort by count of
-
4
votes1
answer3192
viewsContainer that adjusts to 100% window height and width
I wanted to create a container or a secção which automatically adjusts to the height and width of the screen, which even when resized to secção adapts to the size of this, followed by another type…
-
1
votes1
answer39
viewsHow to send the selected image with javascript?
I’m adapting my blog to be responsive. However, by hiding the banner, it’s still there and always loaded access to the page. I would like to know if it is possible to upload images according to the…
-
1
votes0
answers43
viewsviewport user-Scalable does not work in safari help
Hello, I put a goal on my site, only safari it does not work. <meta name="viewport" content="width=1100px, user-scalable=0;"> use this to fit the screen, I tested on android, Chrome on mozila,…
-
1
votes2
answers879
viewsLoad javascript depending on the viewport?
It is possible to minimize the download javascript depending on the viewport? I can put different CSS files to be loaded just by checking the size of the viewport for example. I’m with a virtual…
-
1
votes1
answer381
viewsheight: vh; does not work as it should in Chrome mobile
Chrome is not adapting content in the viewport In Firefox and Opera mini is adapting perfectly Chrome Firefox Opera mini Chrome can adapt like Firefox and Opera? .intro-noticias { width: 100%;…
-
1
votes1
answer20
viewsPassing attributes to viewport via CSS
What are the attribute models that we can pass to the viewport through CSS? Taking an example of the attribute content meta tag <viewport></viewport>: user-scalable=no, how I would…
-
0
votes1
answer221
viewsHow to use two Opengl viewports using QT?
I’m trying to make two viewports in Qt but I’m not succeeding, below follows the code: 1. Method of drawing on canvas: void GLWidget::paintGL() { //Limpa buffer //glClear(GL_COLOR_BUFFER_BIT |…
-
0
votes0
answers43
views -
0
votes0
answers416
viewsMy responsive site does not load on mobile
I need help, I’ve tried searching everywhere. My site is responsive (www.sdalimentos.com.br), but when I try to charge it by mobile returns as not found. I need help , already put the metatag…
-
0
votes1
answer17
viewsMobile version responsive design working on browser emulator, but not on the device itself?
In the emulators of Chrome, Mozilla and Edge are working perfectly the view of mobile devices, but on the mobile phone it is not the same. I’m using the tag <meta name="viewport"…
-
0
votes1
answer31
viewsAdd Css Style to a Viewport from a specific page in the visual studio bootstrap
I’m new to CSS and I’m studying some elements. When Creating an ASP.NET CORE MVC project with Visual Studio 2017, automatically all content is already placed within a body-content that keeps content…
-
0
votes1
answer55
viewsDoubt about Javascript or jquery for Collapse in viewport
I created a "advanced search" Collapse button for mobile (768px), I would like it to start closed only at 768px resolution to gain screen space. Currently starts like this: <button type="button"…
-
-1
votes1
answer44
viewsViewport width disregarding body scrollbar
I have an HTML saying that the scrollbar will be 8px, so: ::-webkit-scrollbar { width: 8px; } In this HTML will have an image gallery, where each photo will occupy 20% of the body width, so I did…
-
-1
votes2
answers210
viewsIframes and Viewport
Hello, After a lot of research, I ended up doing my HP with an Iframe. I know a little bit about Html and that’s it. I’ve tried to poke around in PHP, with the famous "Include", but I gave up. I…
-
-2
votes1
answer43
views