scrimba / community

Repository for public issue-tracking and discussions
https://scrimba.com
910 stars 75 forks source link

Videos speed cannot be reduced when made 2x. #235

Closed vinchauhan closed 6 years ago

vinchauhan commented 6 years ago

It not working - and very annoying as you can't got back to 1x - even if you refresh. Or play any other course.

vinchauhan commented 6 years ago

Only doesnt work on Chrome but works on Firefox

somebee commented 6 years ago

Do you have any extensions that might interfer? Works on latest Chrome here.

vinchauhan commented 6 years ago

I am running - Version 63.0.3239.132 (Official Build) (64-bit).

Updating to see if it will fix.

Freedom41 commented 6 years ago

I changed the video speed by reducing magnification (CTRL - )....... which worked for me.

somebee commented 6 years ago

This is very strange .. does reducing magnification help for others as well? We only store the playbackRate in sessionStorage, which should be unique per tab / tab-session. If it doesn't reset even after restarting the browser, I'm not really sure.

somebee commented 6 years ago

Finally fixed this. We didn't take browser-zoom into account when calculating mouse position on the slider. @Freedom41 thanks for the tip 👍