Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
refactor(thumb): change sizes to cover expected cases
Browse files Browse the repository at this point in the history
  • Loading branch information
ttshivers committed Sep 10, 2020
1 parent 505df64 commit cea6cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/plex/plexthumb.vue
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ import getContentLink from '@/utils/contentlinks';
import { getAppWidth, getAppHeight } from '@/utils/sizing';
const imageWidths = [
100, 200, 300, 400, 500, 600, 700, 800, 900, 1000,
100, 200, 300, 400, 600, 800, 1000, 2000, 4000, 8000,
];
// This order is important (biggest to smallest)
Expand Down

0 comments on commit cea6cff

Please sign in to comment.