[buddypress-trac] [BuddyPress] #3606: BuddyPress default isn't responding to devices size wise
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Fri Sep 23 17:51:43 UTC 2011
#3606: BuddyPress default isn't responding to devices size wise
------------------------+-----------------------------
Reporter: karmatosed | Owner:
Type: defect | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Theme | Version: 1.5
Severity: normal | Keywords:
------------------------+-----------------------------
As the theme is responsive we should reflect this in the viewpoint meta to
make it truly fit the device it's being viewed on.
I suggest we add a viewpoint meta for instance:
{{{
<meta name="viewport" content="width=device-width, initial-scale=1.0">
}}}
Coupled with this we'd also be looking to add an image % such as:
{{{
img { max-width: 100%; }
}}}
These are 2 fairly simple fixes we can do to make the theme far more
responsive.
The only downside to turning on viewpoint is it should only trigger in
theory if the user has responsive 'on'. Perhaps as it's a on / off thing
there should be some method of this being put in if on. I'm not sure but
just having on seems not good if we allow it to be switchable.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/3606>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list