Questions tagged as 'google-chrome'

1
answer

Quality videos and the smallest possible size

I've seen websites putting a short video to be displayed as if they were background of a div and look very beautiful! Does anyone know how to compact to the maximum and suitable formats to display in the latest versions of chrome/...
asked by 25.03.2016 / 03:37
1
answer

How to check what a html / javascript page is loading?

How can I check what my browser is trying to load even after the html / javascript page has already loaded "completely"? The page is: link If they can do a test and see that it delivers the result correctly, but the browser is loading so...
asked by 03.03.2016 / 17:44
1
answer

Doubt about development in firefox / firebug

I usually work with Chrome for website development, but currently I'm on a client that only uses Firefox and I'm noticing some differences. I've researched but not found much about it, anyone who works the longest with Firefox can help me ans...
asked by 20.02.2015 / 14:03
1
answer

Chrome page auto scroll to select multiple with option selected

When using the multiple attribute, the page when loaded loads the last <select/> that contains a option with the selected attribute: Example in JSFiddle <p>No Google Chrome a página não fica aqui......
asked by 04.11.2014 / 21:59
1
answer

SELECT display difference between browsers

I have the following code HTML that marks a SELECT : <select name="filtro"> <option value="">Mais visualizados</option> <option value="">Menos visualizados</option> <option value="">Mais R...
asked by 13.08.2014 / 22:01
1
answer

How to capture the HTML of the open page in Chrome with Delphi?

I need to capture through delphi the source code of a particular HTML page that was currently open in google chrome. In Internet Explorer I know how it does, from chrome I do not think anything like it. Any suggestions?     
asked by 12.05.2014 / 04:31
1
answer

video does not respect predefined height and object-fit: cover in Google Chrome

I'm calling a video in a parent div with the following definition: div { width: 100%; height: 400px; } And as child element the tag <video> com: video { height: 400px; width: 100%; object-fit: cover; b...
asked by 17.12.2018 / 13:12
1
answer

How to play a video automatically in google chrome?

I developed a website for a company and it requested a video just below the menu, and that this video was automatically reproduced, until then nothing else I used the following code: <video preload="auto" autoplay="true" loop style="height...
asked by 06.09.2018 / 14:03
1
answer

Problem with input type="email" in Chrome

I have a page that loads a contact form via Ajax into a div . It turns out that if I put some invalid character in the email field, Chrome shows me a weird address coming from the field. For example, if I put dvd@gçmail.com , it s...
asked by 17.04.2018 / 02:06
1
answer

How to create a shortcut on a site's desktop when using chrome?

I would suggest to the user when he enters my system to create a site shortcut on his computer, this can be done manually by going to "Mais Ferramentas -> Adicionar a área de trabalho" : How could I do this programmatically? is...
asked by 01.08.2017 / 17:07