Responsiveness issue in embed

I have a responsive bootstrap v3.3.1 capture page which works fine and looks like this on mobile

enter image description here

But when I try to embed this page in another page through

<embed type="text/html" src="mypage.html" width="100%" height="100%"> 

It looks like this:

enter image description here

This problem only happens on mobile view. Desktop view is fine. I have checked alot but could not find any solution to this because the body of actual page inside embed becomes shorter for no reason and strangey I see no extra style being implemented on page’s body while in embed tag but still its width and height gets changed.

Any solution to this? Thanks

Add Comment
0 Answer(s)

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.