When I build my ios some of my images are missing.
It works fine in a browser!
this is my img element.
<img class="full-image text-center padding-top" src="../img/kdf-logo.jpg" alt="">
When I build my ios some of my images are missing.
It works fine in a browser!
this is my img element.
<img class="full-image text-center padding-top" src="../img/kdf-logo.jpg" alt="">
Try this:
<img class="full-image text-center padding-top" src="img/kdf-logo.jpg" alt="">
That did the job - thank you
no problem