In wordpress I am using the esplanade theme. On a page I want to display an embedded map. The map will not size to the size of the iframe. It always sizes to the size of the page. Ideas on a good way to correct this without doing too much customization of the theme?
this might be an unrelated question, but since i'm not an expert, i have to ask: why are there five separate, nested instances of <html>, <head> and <body, some with doctypes?
I don't see that on the page link I set. I viewed the source in Chrome and there is only one in the file. Even so, I am not sure that makes a difference.
fitvids.js applies fluid-width-video-wrapper to all iframes in pages in my wordpress theme. Here is the original http that is in my post before it is altered by fitvids.js. I am looking for a work around to preserve the size and still have the iframe be responsive and resize when the web pages gets smaller than my iframe size. Using esplanade theme. Ideas?
http://supportkhloey.com/?page_id=25
<html>,<head>and<body, some with doctypes?So it's width is 100% of the width of it's parent. Change the width to 500px for example and the iframe will be 500px wide.