Rereading my own post I noticed it wasn't very clear to begin with.
What I meant was including images per .xhtml file and not per devices screen size.
Let's say, is it fine for a .xtml file to include hundred
Code:
<img src="../Images/image.png"/>
lines or a thousand?
Or looking at it in another way, let's take the total size of images per .xhtml, is there an established amount of megabytes that should have?
To get an idea as a reference how many megabytes of images does a novel .xhtml chapter have?
Ideally I don't want to exceed nor have too few.
Thank you.