سؤال

I am using the jQuery plugin bPopup, I am unable to post links, but it is easily found with a quick search for bPopup

I have my css for the div as

min-width:800px;

and the popup itself is showing up with that size, but the iframe portion is only showing up as about 200 x 200 square, any ideas on how I can make the iframe the full width of the div is greatly appreciated.

Thank you!

هل كانت مفيدة؟

المحلول

In your css

iframe{min-width:800px}

نصائح أخرى

In your CSS do this:

.b-iframe{width:100%;}
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top