SAVideoRangeSlider icon indicating copy to clipboard operation
SAVideoRangeSlider copied to clipboard

Prevent fractions of thumbnails.

Open gregdick1 opened this issue 9 years ago • 1 comments

The fractional thumbnail on the right end of the bar was really bugging me, so I set out to try and prevent fractional thumbnails by calculating the closest width necessary to perfectly fit the thumbnails into the bar. Some thumbnails will end up with a picWidth +1 larger than others to make up for fractions. This works regardless of what picWidth you set.

Old bar with fractional thumbnail on the end (screen taken from readme.md) savideorangeslider0

New bar with no fractional thumbnails savideorangeslider1 savideorangeslider2 savideorangeslider3

(note the difference in bar lengths is just due to how the screenshots were taken. It's not from any changes in the code)

gregdick1 avatar May 29 '15 18:05 gregdick1

@andrei200287 where are you please check pull requests

dimohamdy avatar Dec 10 '15 17:12 dimohamdy