-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Labels
No labels