resizer not working
See original GitHub issueI had previously this issue, which I fixed by copying the resizing file on my own static folder.
So, the required external javascript is now available on the page as I can see on the <head>
and I also checked it is loading properly.
<script src="/js/iframeResizer.contentWindow.min.js" data-react-helmet="true"></script>
That did not fix the resizing issue though. It still shows an <iframe>
of about 150px height. The content in question is available. I tested both with image and pdf files.
This is the iframe-resizer component:
<IframeResizer
log
src={src}
checkOrigin={[
'http://127.0.0.1:8000',
'http://127.0.0.1:8001',
'http://localhost',
'http://localhost:8000',
]}
style={{ width: '1px', minWidth: '100%' }}
heightCalculationMethod="bodyOffset"
/>
This is the log output:
Issue Analytics
- State:
- Created 3 years ago
- Comments:16 (4 by maintainers)
Top Results From Across the Web
Image resizer doesnt work anymore for some reason #17673
steps to reproduce the problem are: select a single, or group, of picture to resize... then right click them and select "Resize pictures"....
Read more >Support - Image Resizer
Help and Troubleshooting. Before you contact us! Step 1: See if your problem's already diagnosed. We designed ImageResizer to be as easy to...
Read more >Resizer Not Working - WordPress.org
We want to put the plugin in the top bar and the footer. But those are not locations for widgets. The shortcode does...
Read more >New Paint App resizer isn't working - Microsoft Community
Tried repair app, reset app and reboot, but no luck. Resize is useless now. Have to use another app to resize anything. Using...
Read more >Shopify Image resizer not working
Hey there, @hverdagsluxus. Thanks for jumping into the thread. Usually, this issue is caused by browsers or devices holding into some saved data...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
That would be extremely odd. It’s called ‘resizer’ for a reason.
From
read.me
:@jamie29w the page in your iframe is going to be doing something weird. Sorry I don’t have the time to figure it out for you