- This topic has 3 replies, 2 contibutors, and was last updated 9 years, 5 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Question
Answers
Viewing 4 posts - 1 through 4 (of 4 total)
- The question ‘iFrame problem’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Themes › BuddyBoss theme › iFrame problem
Tagged: iframe
Hi. On the mobile view, the right side of the iFrame embedded in a page gets cut off in Portrait mode but not for Landscape
Portrait:
Landscape:
I am using this CSS in my buddyboss child theme
.iframecls{
border: solid 1px blue;
width: 90%;
height: 400px;
overflow: scroll;
}
Any advice?
Hi – I’m not using any plugin for iframe, just the code
<iframe src="URL" class = "iframecls">