diff --git a/ui/component/cardMedia/view.jsx b/ui/component/cardMedia/view.jsx index d4bea53b9..6ca2910fd 100644 --- a/ui/component/cardMedia/view.jsx +++ b/ui/component/cardMedia/view.jsx @@ -20,12 +20,12 @@ class CardMedia extends React.PureComponent { let url; // @if TARGET='web' // Pass image urls through a compression proxy - // url = thumbnail || Placeholder; - url = thumbnail - ? 'https://ext.thumbnails.lbry.com/400x,q55/' + + url = thumbnail || Placeholder; +// url = thumbnail +// ? 'https://ext.thumbnails.lbry.com/400x,q55/' + // The image server will redirect if we don't remove the double slashes after http(s) - thumbnail.replace('https://', 'https:/').replace('http://', 'http:/') - : Placeholder; +// thumbnail.replace('https://', 'https:/').replace('http://', 'http:/') +// : Placeholder; // @endif // @if TARGET='app' url = thumbnail || Placeholder;