Convert reader image placeholder styling to vw/vh
This commit is contained in:
@@ -77,6 +77,7 @@ const BaseReaderDoublePagedPager = ({
|
||||
page,
|
||||
pagesIndex,
|
||||
true,
|
||||
pageLoadStates[primary.index].loaded,
|
||||
onLoad,
|
||||
onError,
|
||||
shouldLoad,
|
||||
@@ -92,6 +93,7 @@ const BaseReaderDoublePagedPager = ({
|
||||
{ ...page, primary: { ...page.secondary! } },
|
||||
pagesIndex,
|
||||
false,
|
||||
pageLoadStates[secondary.index].loaded,
|
||||
onLoad,
|
||||
onError,
|
||||
shouldLoad,
|
||||
|
||||
@@ -38,6 +38,7 @@ const BaseReaderHorizontalPager = ({
|
||||
page,
|
||||
pagesIndex,
|
||||
true,
|
||||
pageLoadStates[page.primary.index].loaded,
|
||||
onLoad,
|
||||
onError,
|
||||
shouldLoad,
|
||||
|
||||
@@ -29,6 +29,7 @@ const BaseReaderPagedPager = ({
|
||||
page,
|
||||
pagesIndex,
|
||||
true,
|
||||
pageLoadStates[page.primary.index].loaded,
|
||||
onLoad,
|
||||
onError,
|
||||
shouldLoad,
|
||||
|
||||
@@ -35,6 +35,7 @@ const BaseReaderVerticalPager = ({
|
||||
page,
|
||||
pagesIndex,
|
||||
true,
|
||||
pageLoadStates[page.primary.index].loaded,
|
||||
onLoad,
|
||||
onError,
|
||||
shouldLoad,
|
||||
|
||||
Reference in New Issue
Block a user