Question

I know everything non-dynamic is suppose to be localized but the images we use are part of our dynamic content and need to be loaded from our server.

How would we go about doing this? Since you can't reference external links?

Thanks!

Was it helpful?

Solution

Same as normal HTML:

<img src="http://blah.com/img.jpg">

Make sure blah.com is in the "RequiredPermissions" section of your manifest.json and you're set.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top