Remove image size hack
This commit is contained in:
parent
f430518d45
commit
ae520390c6
6 changed files with 13 additions and 13 deletions
|
@ -73,7 +73,7 @@ import browser from 'browser';
|
|||
if (ImageTag) {
|
||||
return apiClient.getScaledImageUrl(Id, {
|
||||
|
||||
maxWidth: maxWidth * 2,
|
||||
maxWidth: maxWidth,
|
||||
tag: ImageTag,
|
||||
type: 'Chapter',
|
||||
index
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue