Open obibring opened 4 months ago
Hi @obibring
I understand your concern. That's why I want to clarify that TwicVideo
is not a "video player."
It is a component that allows easy integration of videos optimised by TwicPics, which are short, muted, and auto-playing videos. They enable the integration of hero, product, and thumbnail videos.
If you are interested in, this is an article about short videos.
That said, you are right, we could consider disabling autoplay as well as looping. Unfortunately, we are not yet ready to distribute optimised videos with sound.
Hi @mbgspcii, thanks for clarifying. As a developer evaluating TwicPics for my needs, it is surprising that:
The word "video" has implications for customers, and customers will be surprised to learn that all videos must loop and must be muted. It would be helpful for customers if TwicPics referred to videos as animated images - or a similar term - to align their expectations with what TwicPics offers.
I'm evaluating TwicPics for my needs and noticed that TwicVideo in react-native hardcodes
isLooping
,isMuted
, andshouldPlay
to true. Are there plans to make this configurable? This seems like an important feature for react-native users.