Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
15 views

Can't get iframe video to display fullscreen on Android browser

I'm having an issue with getting a video in an iframe to display in fullscreen on Android browsers only, as well as a problem with the video autoplaying. Here's the snippet that I'm including in a ...
Matt Smith's user avatar
  • 2,046
0 votes
0 answers
16 views

Embed Google Photos Upload in iFrame

I have a public (e.g. no sign-in permissions required) Google Photo gallery (https://photos.google.com/u/1/share/AF1QipMprZKlgpg-x5WjqQYOP95qV6Db9gBAw2o5gDWQDkayqFx0o0EdPXHqnlwdVsuldw) and I am trying ...
Jake Chasan's user avatar
  • 6,500
0 votes
2 answers
34 views

Remove scrollbar inside iframe with margin

I have html like this (index.html): <html> <head> <style> iframe { height: 200px; width: 200px; border: 0; } </style>...
nzrp's user avatar
  • 188
-2 votes
0 answers
31 views

(Bug Hunting) Help to exploit an iframe hosted on the target host [closed]

i am new to bug hunting. then came across a webpage which i can modify the src of an iframe using inspect element of a browser. The test url that a put in the <iframe src="hxxp://xxx.test.com ...
user23600133's user avatar
-1 votes
2 answers
40 views

Iframe with html is refreshing itself after a submission. In original html this is not occuring

In newsletter.html (lets call that my file) I have created a newsletter, user submits an email, then its in my JSON file. I have my homepage.html, I put iframe from newsletter.html, it all working, ...
Pawel's user avatar
  • 1
-1 votes
1 answer
24 views

Is there an option on the IFrame element to load it before the dom page loaded event?

Is there an option on the IFrame element to load it before the dom page loaded event? I want the iframe to finish loading (the source is a local page) and when that is done then have the page ...
1.21 gigawatts's user avatar
0 votes
1 answer
27 views

height of an iframe in a Confluence app continuously expands infinitely when the html and body elements are set to 100% height

Issue Overview: We're encountering a persistent problem with our Confluence app where the iframe height continuously expands indefinitely. This issue arises when we set the html and body elements to ...
John Q's user avatar
  • 1
2 votes
1 answer
42 views

Iframe preventing interaction of other parts of website - how to resolve?

I have a godot game in an HTML (same origin) iframe with a lot of assets exported to the web, which requires a lot of assets and thus has a large loading time. Currently what I am doing is hiding the ...
Abhiraam Eranti's user avatar
0 votes
0 answers
14 views

Stop iframe of jumping to the middle of it while loading

Wanted to add a twinmotion embed onto the website, but everytime I scroll the website the problems still persists. Link to the website (try to scroll you will see the jump): portal-estate.pl/gdynia/ ...
Kuba Sachajko's user avatar
0 votes
0 answers
30 views

Issues with pinch/zoom on PWA using iframe to display a PDF document

I have a PWA (progressive web app) that in short displays a searchable list of PDF documents. Tapping on one of the items in the list brings up the PDF in the native view on the iPhone, which all ...
Mike's user avatar
  • 65
0 votes
0 answers
26 views

SVG embedded in external html page doesn't show in iframe

I want to embed an external webpage (https://flaci.com/regexp) into an html page of mine. I did this with an iframe: <!DOCTYPE html> <html> <body> <p> Here some text ...
claudia's user avatar
  • 101
-2 votes
0 answers
69 views

how to load mini youtube window to my website using iframe? net::ERR_BLOCKED_BY_RESPONSE [duplicate]

I try to load youtube mini window,for users can see youtube while they use my website,but there is a problem:net::ERR_BLOCKED_BY_RESPONSE I tried to load it using iframe <iframe crossorigin="...
Николай Киселёв's user avatar
0 votes
1 answer
28 views

How to dynamically control iframe size from within a React app using postMessage API?

I have an embeddable React app that is embedded in a host website via an iframe. I need to adjust the iframe's height and width based on user interactions within the React app. I'm using the ...
Amit Pal's user avatar
  • 10.9k
-1 votes
2 answers
42 views

Wrapping a paragraph inside a heading behaves different in an iframe vs directly in the page

While I know wrapping a paragraph inside a heading like this: <h1><p>Lorem<br>Ipsum</p></h1> is invalid (see this question for example), it still renders correctly in ...
timlg07's user avatar
  • 592
0 votes
1 answer
39 views

Google Docs iframe not loading sometimes

When I try to load an iframe with the src https://docs.google.com/gview?url=MY_URL&embedded=true Sometimes it loads and sometimes it doesn't I tried changing the pdf url and the problem kept ...
mnwer's user avatar
  • 23

15 30 50 per page
1
2 3 4 5
818