iframe-resizer icon indicating copy to clipboard operation
iframe-resizer copied to clipboard

Keep same and cross domain iFrames sized to their content.

Results 125 iframe-resizer issues
Sort by recently updated
recently updated
newest added

**To Reproduce** Steps to reproduce the behavior: 1. Go to the official example at https://davidjbradshaw.com/iframe-resizer/example/ 2. Open console 4. See error `$ is not defined` **Expected behavior** No errors in...

bug
V5

https://github.com/davidjbradshaw/iframe-resizer/blob/f0adaca23aa71e87c28546cbf32dd1fbcb6450ae/src/iframeResizer.contentWindow.js#L214 The Boolean("false") will be true。It need chagne to strBool(data[15])

**Describe the bug** Iframe height reducing to 0 when I click inside the content. **Log (Before content click) :** [iFrameSizer][Host page: myiframe] [iFrame.onload] Sending msg to iframe[myiframe] (myiframe:8:false:true:32:true:true:null:taggedElement:null:null:0:false:parent:scroll) targetOrigin: https://*****...

After experimenting with simple html pages... finally made it work I then tried to iframe this script -- https://freshrss.org/ I put in the index.html, also index.php... Both don't work? Wondering...

seems to have been deprecated, here is the up to date call. I looked at the angular example and got this working.

https://github.com/davidjbradshaw/iframe-resizer/issues/962 The above solution is not resolving my issue, I have tried two solution 1. Used boolean useState when value set to false I have removed IFrame from page. ```js...

Treat `height` and `width` in `onResized` messages as Number. Closes https://github.com/davidjbradshaw/iframe-resizer-react/issues/70