Skip to content

Responsive Pagination #10

@studiohypersetadmin

Description

@studiohypersetadmin

Allow different chunk sizes based on device (Desktop: 500 words; Tablet: 350; Phone: 250).

++ Idea #7 +++
Making the Auto Pagination responsive: Allow device specific breaking points.

For instance, I am currently set to break pages at 500 words. But maybe 400 words on a tablet and 250 on a phone would be better?

One way to accomplish this would be to create two new tables (tablet, phone). When a user is editing a page and hits “UPDATE”, your normal pagination breakup routine occurs, but also a second and third routine occurs.

Then, on the front end, all three versions get output but “display:none;” gets applied to the unneeded versions.

Maybe that wouldn’t work? Or maybe there is an easier way?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions