php - Website looses responsiveness on moble due to iFrame? -


i creating website twitter bootstrap , far running when run site on desktop , mobile. current problem when use masked domain, removes responsiveness on mobile. , saw familiar question here. suggests adding:

<meta name="viewport" content="width=device-width, initial-scale=1.0"> 

but have there, , problem still occurring. see problem can see functional site works here, , non working 1 iframe page can found here. using godaddy domain solution , index file chatterr.me iframe did't create nor have access it. ideas on how fix this?

you might consider using php in case, allow style iframe , make responsive.

<div class="iframe">     <?php echo file_get_contents("http://example.com"); ?> </div> 

this make embed style-able, customizable, and, of course, responsive, long original file responsive well.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -