Jump to content

Is it possible to have scroll option like YT/TikTok shorts?


yyz

Recommended Posts

Yes, it should be possible, but there is no such logic in default theme. I guess the easiest way is to switch block pagination to load more button - in order to do this you need to add 1 line before including of pagination component inside video list template:

{{assign var="pagination_use_load_more" value="true"}}
{{include file="include_pagination_block_common.tpl"}}

Then you can add some JS code to listen for scroll position and emulate click on load more button if it exists. This would give effect of eternal scrolling.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...