Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Responsive Pagination #10

Open
studiohypersetadmin opened this issue Aug 2, 2018 · 0 comments
Open

Responsive Pagination #10

studiohypersetadmin opened this issue Aug 2, 2018 · 0 comments

Comments

@studiohypersetadmin
Copy link
Contributor

studiohypersetadmin commented Aug 2, 2018

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant