0
Answered

Testing out ony new ipad and it wont show a jpg file using the html img tag?

Alan Craig 11 months ago in iPad updated by Alexander Blach (Developer) 11 months ago 1

When Using web preview or open in safari, my index.html wont show images using the <img> tag

GOOD, I'M SATISFIED

i’ll check my code again. Thanks 

Satisfaction mark by Alan Craig 11 months ago
Answered

Hello,

please make sure that you are using a relative path (e.g. "img.jpg", "images/img.jpg", but not "/img.jpg") in the img src attribute.


If your HTML and image file are stored in the Local Files or iCloud location or in an external folder added to Textastic, this should work:

<img src="image.png">