The Error
All SoC struggle while you are trying to show and manipulate large media files – especially images with resolution higher than native device resolution.
Why it's happening
SoC have in general limited video memory. If you combine that with the fact all of them are rendering content in Browser which is sub-optimal, you need to optimize your content well to make sure you avoid any unnecessary performance struggles.
How to Resolve
- You should always display images to SoC as compressed and minified as possible. It’s good for SoC performance and for network traffic as well.
- Never show images LARGER then the screen resolution. Even if the image is not shown in fullscreen.