In the html template I have this style with a dynamic image:
<div style="background: url('/img/{{item.img}}'); width: 200px; height: 150px"></div>
Which works in web browsers and android browser. However background images that are dynamic using "style=" are not showing on iPad.
I could always create dynamic images using the img tag but I'm looking for a style/css solution for iPad.
See Question&Answers more detail:os