Opened 3 years ago
Closed 2 years ago
#8944 closed defect (bug) (wontfix)
overflow of iframe issue in responsive
| Reported by: | kajalgohel | Owned by: | johnjamesjacoby |
|---|---|---|---|
| Priority: | normal | Milestone: | BuddyPress.org Sites |
| Component: | BuddyPress.org Sites | Version: | |
| Severity: | normal | Keywords: | needs-patch |
| Cc: |
Description
In responsive below 651px, the iframe is not showing properly.
URL: https://buddypress.org/support/topic/what-is-the-most-important-thing-buddypress-is-missing/
Thanks.
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
There is fix width of 515px applied to the iframe.
Using max-with 100% can help make it fully visible on the smaller display.
iframe{max-width: 100%;}