Hi
is it possible to open a php file using the ?iframe=true, we have tried it and it doesn’t seem to work, are there other option like inline or ajax?
thanks
aleks
Hi,
Just an update:
I created a blank page, then loaded the php code using the code block, then created a anchor link to the page with ?iframe=true, which seemed to work. not sure if that’s the best way to do it.
if you have more info on it please let me know
site is http://www.f1xx.com
cheers
aleks
Hi!
That sounds like a good way to do it :)
Please let us know if you have any more questions.
Regards,
Rikard
Hi Rikard
I have tried resizing the iframe with no joy, i have tried all the css mfp-XXXXXXXX variables, but for some reason it will make it wider, but not longer
any ideas
if you wan to see it in action check http://www.f1xx.com and look for the yellow text that says F1 Drivers Standing 2015 or in the yellow section BTCC Live timing.
thanks
ak
hi,
there seems to be some sort of aspect ratio set on the iframe windows, the height parameter doesn’t but the width parameter does work and it also affect the height, so if width is 800, height becomes 450 or so, set width to 950, height becomes 510.
this is the css = .mfp-iframe-holder .mfp-content { max-width: 950px; }
not sure how to fix this???
cheers
ak
Hey!
If your trying to change the width then you can add that to your custom CSS.
.mfp-content { max-width: 1100px !important; }
Take a screenshot and highlight what your trying to do so we can get a better idea.
Cheers!
Elliott