Questions tagged as 'iframe'

0
answers

Google Maps iFrame does not show correct location

I'm having a problem implementing a map on my site, I create the iframe through the google maps website, but when I put it on the site it appears without location, apparently it shows the whole map of the Earth without zooming, someone knows how...
asked by 03.12.2014 / 23:29
2
answers

how to leave an embed with fixed width and height responsive?

Does anyone know how to leave this embed responsive, I can not because after a fixed width and height? <iframe src="//vshare.io/v/f171731/width-470/height-305/" width="470" height="305" frameborder="0" scrolling="no" allowfullscreen="true"...
asked by 26.10.2017 / 14:25
2
answers

Place Iframe with 100% height [duplicate]

How can I make an iframe take up 100% of its screen size? Mainly the question of height .. I tried style='height:100%' but did not get it. I need to put it and try as much as possible to make the iframe seem to be part of the wind...
asked by 06.06.2017 / 23:33
0
answers

Render Iframe google Maps with AngularJs

I'm setting up a directive to render an iframe from google maps within my app. And I managed to do it this way: <google-iframe location="item.Location"></google-iframe> directive.js function googleIframe() { var directi...
asked by 20.11.2014 / 21:24
6
answers

How to remove this black border in this presentation by iframe?

I posted a game on my blogger blog, using a post to make an iframe presentation. Code: <iframe frameborder="0" height="1000"name="ballswar" scrolling="no" src="https://ballswargame53.bitballoon.com/index.html"width="980"><p> You...
asked by 04.08.2016 / 21:31
1
answer

How to update an iframe without refreshing the page?

I'm doing a system, more precisely, an HTML HTML and CSS editor, in which I need to send two fields via POST to a php page, which will process the data and save it to a random-named html file, generated at each page refresh. So far...
asked by 21.01.2015 / 13:12
1
answer

How to hide the iframe scroll bar?

Why is this command not working? I wanted the scroll bar to disappear. I already used width: 0px; instead of display: none; but it did not work either. <!DOCTYPE html> <html lang="pt-br"> <read> <meta cha...
asked by 18.09.2017 / 08:17
1
answer

iframe does not work with external sites

I'm developing a panel with several iframes, however, putting external sites like google.com.br is not opening anything in the iframe <html> <body> <h1>ADM</h1> <iframe src="http://google.c...
asked by 05.08.2017 / 21:21
3
answers

Insert Tags by Console

I need to insert Tags into a site through the console. To be more specific, I want to add a TAG <iframe></iframe> . I have already tried to use document.createElement('tag') , after that add the attributes of the tag b...
asked by 29.01.2018 / 15:47
1
answer

Load entire page when clicking link within Iframe

Hello, I have an Iframe as follows: <iframe width="230" height="280" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://impressoearte.com/produto-em-destaque/"target="_top" ></iframe> What I want...
asked by 01.07.2016 / 01:29