Questions tagged as 'viewport'

1
answer

Container that adjusts to 100% height and width of window size

I wanted to create a container or a secção that automatically adjusts to the size of the height and width of the screen, which even when resized the secção suits the size of this, followed by another type of content just bel...
asked by 20.05.2015 / 03:24
2
answers

Load javascript depending on the viewport?

Can you minimize the download of javascript depending on viewport ? I can put different CSS files to load just by checking the size of viewport for example. I have a virtual store project that wants lots of animations and effects in t...
asked by 05.08.2015 / 15:39
1
answer

height: vh; does not work as it should on Chrome mobile

Chrome is not tailoring content in the viewport In Firefox and Opera mini you are adapting perfectly Chrome Firefox Operamini IsitpossibletomakeChromefitlikeFirefoxandOpera? .intro-noticias { width: 100%; height: 89vh; margin...
asked by 17.02.2017 / 22:38
1
answer

How to upload the selected image with javascript?

I'm adapting my blog to be responsive. However, by hiding the banner, it is still there and always loaded page access. I wonder if you can upload images according to viewport resolution. I do not know if it is possible, but my goal is to find...
asked by 11.02.2016 / 17:04
0
answers

user-scalable viewport does not work on safari help

Hello, I put a goal on my site, but on safari it does not work. <meta name="viewport" content="width=1100px, user-scalable=0;"> I use this for the screen to adjust, I tested on android, chrome on mozilla, and it works fine, however I...
asked by 13.10.2016 / 18:41
1
answer

How to use two OpenGL viewports using QT?

I'm trying to do two viewports in qt but I'm not getting success, here's the code below: 1. Method that makes the drawings on the screen: void GLWidget::paintGL() { //Limpa buffer //glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BI...
asked by 03.08.2015 / 18:26
1
answer

Add Css Style in a ViewPort of 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, all content is automatically placed inside a body-content that keeps content centralized. (At least that's what I understood)...
asked by 17.11.2018 / 20:26
1
answer

Responsive design of the mobile version running on the browser emulator, but on the device itself?

In Chrome, Mozilla, and Edge emulators are working perfectly the view of mobile devices, but in the mobile phone it does not stay the same. I'm using the <meta name="viewport" content="initial-scale=1, minimum-scale=1, maximum-scale=1, use...
asked by 26.01.2018 / 05:58
0
answers

Viewport moving alone

I'm testing the layout of my website on my phone, apparently all right, but when I checked "Computer Version" I noticed that the layout zoomed in on the body several times in succession, decreasing and increasing. How do I fix this?     
asked by 30.01.2018 / 17:38
0
answers

ViewPort Tag with bug in Html 5

I'm developing an application and I want it to be responsive, but when I put tag : <meta name="viewport" content="width=device-width ,initial-scale=1.0 ,minimum-scale=0.5 ,maximum-scale=1.0" utf-8'> Some components that have interact...
asked by 25.08.2017 / 20:24