How to Automatically Resize an iFrame (Using iFrameResize.js)

  Рет қаралды 33,140

iEatWebsites

iEatWebsites

Күн бұрын

Пікірлер: 41
@artcromedia-desgin
@artcromedia-desgin Жыл бұрын
can we have another sample, src from other website ( mean loan different domain website in ). can make it auto adjust height base on that page content ?
@alexnim4873
@alexnim4873 4 жыл бұрын
i've been looking for this all week. thanks so much
@ieatwebsites
@ieatwebsites 4 жыл бұрын
You welcome! 😀
@jimjin235
@jimjin235 3 жыл бұрын
I've been looking for this for several weeks, finally!!!!! Thank you soooooo much!!!!!
@ieatwebsites
@ieatwebsites 3 жыл бұрын
You welcome!
@byben123
@byben123 2 жыл бұрын
Thank you so much for this video. Absolutely useful guide to set dynamic iFrame! :)
@TradesBySlade
@TradesBySlade Жыл бұрын
is there a way to do this on shopify?
@erichepperlewp
@erichepperlewp 11 ай бұрын
This doesn't do what I need it to -- auto-resize embeds from other sites -- but I thumbs upped it anyway because it is still good information
@XeiDaMoKaFE
@XeiDaMoKaFE 2 жыл бұрын
4:25 but if the whole point of you writing a js is to load it in the web page , can't you load the resize .js file to the external website for it to be able to use it
@XeiDaMoKaFE
@XeiDaMoKaFE 2 жыл бұрын
don't you just need to append the resize.js file into the external website html
@ashrafulislam9234
@ashrafulislam9234 Жыл бұрын
I downloaded your code but i don't see any form.html, Resizer.min.js, styles.css file and so on.
@glhn
@glhn 2 жыл бұрын
Hello, thank you for tutorial! I have two question: first, you mentioned that users need spesific javascript in that page and that's the only way to run the library. That means it isn't gonna work in a wordpress website?
@raghu8898
@raghu8898 2 жыл бұрын
How to show another domain url in
@Constantinesis
@Constantinesis 2 жыл бұрын
Hello! I am using Wix. Could you tell me how can I add and embedd the script into my website usign their platform?
@sportsclipsasia
@sportsclipsasia 2 жыл бұрын
Any video/code on how to print contents?
@ЯндрейПлейлист
@ЯндрейПлейлист 2 жыл бұрын
How can I do it on WordPress. Can You suggest?
@marufsarkar8098
@marufsarkar8098 2 жыл бұрын
I am trying to do something with conditional form.. its okay of first load but when new fields appear conditionally height not increasing. Is there any solution for this ? Thanks
@maarten119
@maarten119 3 жыл бұрын
i have the problem that its resizing to height: 1px???
@Buyfave
@Buyfave 4 жыл бұрын
How about if i want to have different (domain) website in ? Thanks, WebJek
@marcelo.victor
@marcelo.victor 2 жыл бұрын
Just use postMessage with all origins (*) and event listener to receive the message and you are all set.
@user-zz4jo1ui4c
@user-zz4jo1ui4c 3 жыл бұрын
I will save some time for people working with this cross domain, it didn't work for me when placing the JS files in the project, it only worked with CDNs so if you encounter issues cross domains this could be the issue.
@marcelo.victor
@marcelo.victor 2 жыл бұрын
Just use postMessage with all origins (*) and event listener to receive the message and you are all set.
@santabaia
@santabaia 3 жыл бұрын
hi, is that possible to insert in a wordpress page?
@ieatwebsites
@ieatwebsites 3 жыл бұрын
Is possible!
@ЯндрейПлейлист
@ЯндрейПлейлист 2 жыл бұрын
How can I do it on WordPress? Can You suggest?
@abuzakariamusic
@abuzakariamusic 2 жыл бұрын
I tried but didn't work me, 100% width is coming but height not coming as you one! I did accordingly to your video and cross check many times
@fernandorojo6311
@fernandorojo6311 4 жыл бұрын
Huge, thanks.
@ieatwebsites
@ieatwebsites 4 жыл бұрын
You welcome!
@rangabharath4253
@rangabharath4253 4 жыл бұрын
awesome as always
@ieatwebsites
@ieatwebsites 4 жыл бұрын
Thank you Ranga!
@jenniferward6821
@jenniferward6821 3 жыл бұрын
Thank you so much
@ieatwebsites
@ieatwebsites 3 жыл бұрын
You welcome!
@Kolarian666
@Kolarian666 2 жыл бұрын
Thanks
@mashenko_d
@mashenko_d 10 ай бұрын
thank you
@MovieThirstDotCom
@MovieThirstDotCom 2 жыл бұрын
Don't we have a Install and Forget 'responsive plugin' that will fix all past and future s on your website automatically placing above and below the thousands of previous s on your website? plus this in your CSS = .-container{ position: relative; width: 100%; padding-bottom: 56.25%; height: 0; } .-container { position: absolute; top:0; left: 0; width: 100%; height: 100%; }
@jeetudey
@jeetudey 3 жыл бұрын
After using this with CDNs I encountered Cross domain issue and I fixed that by setting the option checkOrigin: false. However it is setting the frame height to 0px. Not sure why. [iFrameSizer][Host page: frmain] Checking height is in range 0-Infinity Resizer.js:144 [iFrameSizer][Host page: frmain] Checking width is in range 0-Infinity Resizer.js:144 [iFrameSizer][Host page: frmain] IFrame (frmain) height set to 0px
@marcelo.victor
@marcelo.victor 2 жыл бұрын
Just use postMessage with all origins (*) and event listener to receive the message and you are all set. Or you could use the taggedelement to set the height.
@sahilkumarsahoo529
@sahilkumarsahoo529 3 жыл бұрын
i've been looking for this all week. thanks so much
@stilltiger
@stilltiger 2 жыл бұрын
thank you so much
@Wanttono
@Wanttono 2 жыл бұрын
Don't we have an Install and Forget 'responsive plugin' that will fix all past and future s on your website automatically placing above and below the thousands of previous s on your website? Plus this in your CSS = .-container{ position: relative; width: 100%; padding-bottom: 56.25%; height: 0; } .-container { position: absolute; top:0; left: 0; width: 100%; height: 100%; }
@funforeveryone911
@funforeveryone911 2 жыл бұрын
Don't we have an Install and Forget 'responsive plugin' that will fix all past and future s on your website automatically placing above and below the thousands of previous s on your website? Plus this in your CSS = .-container{ position: relative; width: 100%; padding-bottom: 56.25%; height: 0; } .-container { position: absolute; top:0; left: 0; width: 100%; height: 100%; }
What is Lodash and How it Works (for beginners)
11:02
iEatWebsites
Рет қаралды 61 М.
The problems with viewport units
13:23
Kevin Powell
Рет қаралды 368 М.
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН
What Is an iFrame? (And How to Use Them)
3:56
Elegant Themes
Рет қаралды 225 М.
This is How I Scrape 99% of Sites
18:27
John Watson Rooney
Рет қаралды 206 М.
Please stop using px for font-size.
15:18
Coder Coder
Рет қаралды 247 М.
How do I use the postMessage method with cross-site iframes?
9:36
Simmer – Online Courses In Technical Marketing
Рет қаралды 20 М.
Learn Socket.io In 30 Minutes
27:27
Web Dev Simplified
Рет қаралды 522 М.
CSS Tips And Tricks I Wish I Knew Before
12:12
Lama Dev
Рет қаралды 495 М.
Responsive iFrame in Webflow
14:17
Cloud Solutions Engineer
Рет қаралды 4,1 М.
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН