Missing images on ios device and emulator

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="">

:smile:

Try this:

<img class="full-image text-center padding-top" src="img/kdf-logo.jpg" alt="">
1 Like

That did the job - thank you :slight_smile:

@hmlandgreen

no problem :wink: