Questions tagged as 'viewport'

2
answers

How to zoom content to fit the width of the screen

Consider this example: Manually I adjusted the zoom of the body to 60% so that the div #content fits horizontally on the screen (The div #content should not wrap or have scroll) body{ zoom:60% } #content{ overflow-x: hi...
asked by 13.04.2016 / 18:11
1
answer

how to solve? diagonal is exited from the viewport using css

I leave the following code maybe someone could give me some clues to solve: the image shows the error. h1{margin:0} .div-cut.top { top: 0; border-top: 250px solid #fff; border-right: 100vw solid red; } .div-cut { pos...
asked by 28.08.2018 / 16:42
1
answer

Understanding META VIEWPORT

I do not understand meta name="viewport" . I am using the example offered by w3Schools and I am not able to understand what it is for, what exactly it does. I have read the explanation and I understand perfectly that it says that it serv...
asked by 24.06.2016 / 21:40
0
answers

Using Buttons in Viewports - DrRacket

Is there any way to use buttons in a Dr Racket viewport component? the structure of a button uses frames, if I try to add the viewport component as parent, it throws an error. (define ventanaJuego (open-viewport "¿Adivina quién?" 1200 700)) (n...
asked by 13.11.2018 / 00:05