You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: