HoangBK
HoangBK
i want add alt in Thumbnails image when popup show. is this possible?
my code ``` const manager = new OAuthManager('jp.topical'); const config = { twitter: { consumer_key: TWITTER_COMSUMER_KEY, consumer_secret: TWITTER_CONSUMER_SECRET }, }; manager.configure(config); manager.authorize('twitter',{scopes: 'profile,email'}) .then(loginData => { ... }).catch(err => {...
I have tried your method. The results seem to be incorrect
### What version of Hls.js are you using? version >= 1.5.0 ### What browser (including version) are you using? safari ios ### What OS (including version) are you using? ios...