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
@rtritto Just so we're aligned, Vlitejs aims to be as minimalist as possible, to keep the core light. This is why the plugin API was created.
For volume management, the player actually offers 2 states (mute, unmute) and a progress bar plugin. If this change is developed, it will be in the core.
I have mixed feelings about adding this changes. It implies loading 1 SVG per state and rethinking management for what I see as a rather limited gain.
I'm not closed to contributions (and I'm happy you contribute to the project), but I'd like to see them go in the same direction as the project. The aim is not to make the core heavier and add multiple features, as has been the case with other libraries (Video.js, Plyrjs) that have become complex over time.
... Vlitejs aims to be as minimalist as possible, to keep the core light.
Agree.
I have mixed feelings about adding this changes. It implies loading 1 SVG per state and rethinking management for what I see as a rather limited gain.
In my opinion, when a volume shortcut (increase/decrease volume) is used, the user should know that the volume was changed: the volume icon should be the right way.
If the feature request is for a plugin or provider, specify it here.
No response
If the feature solves a problem you have, specify it here.
Add icons for the volume level
Describe the proposed feature.
An example, with the icons of Video.js from https://videojs.github.io/font:
vLite uses
volume-mute
andvolume-high
icons.The
volume-low
andvolume-mid
icons should be added.Describe alternatives you've considered
No response
Additional context
No response
Related issues
No response
The text was updated successfully, but these errors were encountered: