yyz Posted December 26, 2023 Posted December 26, 2023 No matter how long duration of video is, is it possible to have scroll through list of videos? Quote
Tech Support Posted December 26, 2023 Posted December 26, 2023 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. Quote
yyz Posted December 26, 2023 Author Posted December 26, 2023 And is it possible to load videos? Like watching videos and scrolling? Like here https://www.xfree.com/video?id=166475 , when click on down button to load other video? Quote
Tech Support Posted December 26, 2023 Posted December 26, 2023 Yes, should be possible with some JS AJAX loading code. Quote
Recommended Posts
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.