FriendsOfFlarum / formatting

Customize TextFormatter with plugins through the admin interface
MIT License
22 stars 10 forks source link

lazy load for videos? #12

Closed BigMinnie closed 4 years ago

BigMinnie commented 4 years ago

I have a discussion with tons of videos (100+) an the load time is crazy. Could something be done with this? Maybe some lazy loading when it starts loading the video the only time you click on it?

dsevillamartin commented 4 years ago

This extension only enables existing s9e/TextFormatter plugins. It does not configure anything apart from that. To implement lazy loading you'd need to use different code than the s9e Autovideo / Mediaembed provides, and I don't think that's in the scope of this extension.

BigMinnie commented 4 years ago

oh ok thanks for the info