Images not showing

Post a reply

Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Topic review
   

Expand view Topic review: Images not showing

Re: Images not showing

Post by Ernie » Sun Oct 23, 2022 3:03 pm

Sorry for slow response.
One problem is your quotes are curly quotes, not plain quotes.
Another problem is your link is not a direct link to the picture. It's a link to a Dropbox page.

What *should* work is adding ?dl=1 (download = 1) to the end. The app needs a file name, so something like this should ideally work:
"https://www.dropbox.com/s/k7gdvnv0pjduahm/2-4_1.jpg?dl=1&name=/2-4_1.jpg"

BUT, it's not working on my iPhone. It's working on iOS simulator and on my Android phone.

Can you instead load from Dropbox and NOT use http links?

\Apps\Flashcards DeluxeAZ-104.xlsx or .txt
AZ-104 Media(put media files here)

then for "src" just use simple file name. Import. Image files will download and be stored in the app, creating a faster experience.

Re: Images not showing

Post by ycetindil » Thu Oct 20, 2022 10:06 pm

I am using export to the app server and downloading to the app via private deck option.
Please check the private deck "az104"s first card. The link is http.
Thanks.

Re: Images not showing

Post by Ernie » Thu Oct 20, 2022 6:26 pm

Did you try something like below:

<img src="a.jpg" width=400>
<br>
<img src="b.jpg" width=400>


How are you transferring to the app? Website? Dropbox? OneDrive?
Is your src a full http path? Otherwise, you need to upload the image files also.

Images not showing

Post by ycetindil » Wed Oct 19, 2022 11:18 am

Hello. I have some question cards which have multiple inline pictures. I searched the forum and saw that I can use HTML img tags inline. When I tried this I cannot see the images.

Please help.

Top