Adamnator

Results 6 comments of Adamnator

+1, images didnt show on android device

@jefryts the `prevPage` is no working try replace `this.prevRange = Math.floor(max/2)` to this ` this.prevRange = Math.floor(this.max / (this.max / 2));`

@pongells my nx project is v16, by using your code I'm able to run eslint and tsc without any issue ``` plugins: [ react(), viteTsConfigPaths({ root: '../../', }), checker({ typescript:...

i having the same issue too, but i solve it by given a default height to the `div` ``` ```