Hello Everybody
I want to disable Scrolling in the iframe wordpress like follow code:
[iframe width="640" height="480" src="http://player.vimeo.com/video/3261363"]
Where is the place can I put scrolling="no" into code above right?
Regards,
Hello Everybody
I want to disable Scrolling in the iframe wordpress like follow code:
[iframe width="640" height="480" src="http://player.vimeo.com/video/3261363"]
Where is the place can I put scrolling="no" into code above right?
Regards,
@esmi
Thanks your reply,
I has look your link (<iframe src="html_intro.asp" width="100%" height="300"><p>Your browser does not support iframes.</p></iframe>)clearly but I didn't find iframe for wordpress like this code: [iframe url width height]
With the iframe for wordpress like this code: [iframe url width height] can I disable the scrolling or not, if yes where I must put it?
Can somebody help me?
Thanks,
duongst
Put it after the height attribute.
I have try any way to put the scrolling into it but i received page not found.
Ex: [iframe http://wordpress.org/ 550 300 scrolling="no"]
or: [iframe src="http://wordpress.org/" width="100%" height="300" scrolling="no"]
All way above it not working.
Please help me,
Thanks so much.
If you will download and install iframe plugin then this shortcode: [iframe src="http://wordpress.org/" width="100%" height="300" scrolling="no"] will solve your problem and show iframe without scrollbars.
You must log in to post.