Skip to main content
Filter by
Sorted by
Tagged with
3 votes
2 answers
83 views

We have the following code in our Angular application: const auth_token = sessionStorage.getItem('auth_token') || this.sessionStorage.retrieve('authenticationtoken') || ...
Mahesh Hadagali Sangamesh's user avatar
1 vote
0 answers
37 views

I have a YouTube video embedded using the following URL: https://www.youtube.com/embed/${videoId}?rel=0&autoplay=1 When navigating with the Tab key, there is a hidden button with the ID `player-...
Roger's user avatar
  • 610
1 vote
1 answer
229 views

UPDATE: somehow the embed shows up/works when I'd host the website on neocities but when I am checking the website locally it doesn't show up for some reason When I try to use a youtube video embed in ...
YAKOBISAAC's user avatar
Best practices
0 votes
2 replies
71 views

I intended to make some sort of library website where I can track my reading and share them but I'm unsure what's the best option to go forward with. Currently the layout uses two iframes: one iframe ...
cchno's user avatar
  • 1
0 votes
0 answers
88 views

When embedding YouTube player inside dynamically created iframe, receive Error 153: const $ = jQuery; $(function() { $('body').html('<iframe title="View" style="border: 0; width: ...
Ivan Berezanskiy's user avatar
Best practices
0 votes
0 replies
77 views

I am architecting a frontend wrapper to integrate third-party HTML5/WebGL demos into a portal. Due to strict security policies, the external app runs inside an iframe hosted on a different domain. I ...
Elliot Branson's user avatar
-2 votes
1 answer
87 views

I would like to capure some keydown events (e.g. SPACE) in the parent website and all the other keydown events in an iframe inside the parent. It seems, as soon as the iframe gets focus (which seems ...
LiterallyCode's user avatar
0 votes
0 answers
114 views

I am embedding multiple local HTML files into a parent page using iframe-resizer v5.5.9. Each iframe contains many block elements (e.g. multiple <h1>), but only the first ~2 items are visible. ...
Akira's user avatar
  • 2,858
0 votes
1 answer
75 views

I have a container webpage A and it has two iframes. First iframe loads a webpage B which has a single url pointing to an external website. When i click this url, it sends message via PostMesssage to ...
BoCode's user avatar
  • 957
3 votes
0 answers
164 views

In principle, all I'm looking to accomplish is embed a static build of a web app into an electron powered vite app. Context == File Structure == - public/ | - static_build/ | - index.html | - ... ...
L. von W.'s user avatar
  • 432
1 vote
2 answers
179 views

I am trying to use an iframe in my React app to display a local HTML file. When I try to run my app (npm run start) it instead seems like the iframe is loading index.html recursively. It works fine ...
stationktkr's user avatar
2 votes
1 answer
182 views

let url = (content, type) => URL.createObjectURL ( new Blob ([content], {type})); let cssUrl = url ('#d1 { color: green; }', 'text/css'); let htmlUrl = url (` <link rel=stylesheet ...
Venkata Raju's user avatar
  • 5,413
0 votes
0 answers
30 views

I am embedding the MarineTraffic map using the official <iframe> embed. The embedded map displays a search bar, but the search does not work and always returns “Nothing to sea here”, which ...
TheSabalaja's user avatar
1 vote
0 answers
101 views

I am trying to embed my website inside iframe but its not working and showing this error: Iframe Error Image : champion-locust-61.clerk.accounts.dev redirected you too many times. I haven't added ...
Sambal Shrestha's user avatar
0 votes
1 answer
113 views

I am trying to embed my uploaded videos to youtube using an <iframe> tag. I have tried using my channel handle, my channel handle with an @, and my channel ID, but it just shows a gray window ...
Midas' Touch's user avatar

15 30 50 per page
1
2 3 4 5
2171