Skip to:
Content

BuddyPress.org

Opened 20 months ago

Closed 9 months ago

#8944 closed defect (bug) (wontfix)

overflow of iframe issue in responsive

Reported by: kajalgohel's profile kajalgohel Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: BuddyPress.org Sites Priority: normal
Severity: normal Version:
Component: BuddyPress.org Sites 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)

CleanShot 2023-07-24 at 17.24.56@2x.png (143.7 KB) - added by kajalgohel 20 months ago.

Download all attachments as: .zip

Change History (4)

#1 @mikinc860
20 months ago

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%;}


#2 @imath
15 months ago

  • Milestone changed from Awaiting Review to BuddyPress.org Sites

#3 @espellcaste
9 months ago

  • Resolution set to wontfix
  • Status changed from new to closed

Closing as per #9193

Note: See TracTickets for help on using tickets.