Remove image size hack
This commit is contained in:
@@ -73,7 +73,7 @@ import browser from 'browser';
|
||||
if (ImageTag) {
|
||||
return apiClient.getScaledImageUrl(Id, {
|
||||
|
||||
maxWidth: maxWidth * 2,
|
||||
maxWidth: maxWidth,
|
||||
tag: ImageTag,
|
||||
type: 'Chapter',
|
||||
index
|
||||
|
||||
Reference in New Issue
Block a user