We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.

Forum Discussion

CoveUS's avatar
CoveUS
Explorer | Level 4
4 years ago

My images don't load on mobile

My images don't load on mobile when I visit my website that uses dropbox direct photo links. The desktop site works fine.

  • Emma's avatar
    Emma
    4 years ago

    Hi all, 

     

    As you may have seen, this issue is now resolved and a fix was rolled out earlier this week 🎉

    Let us know if you have any questions.

     

    Emma

  • Alcasti's avatar
    Alcasti
    Explorer | Level 4

    I have the same problem today!

    The problem persists. Not only on Safari for Mac, but even on Safari for iPhone and Duck&Go for iPhone. In other words either is a problem with Apple devices (even if I didn’t make any OS upgrades) or is a problem of communication between Dropbox and html.
    I’ve tried private browsing and removing the cache, but nothing changed (see attached screenshots). It only works with Google Chrome.
    Today I noticed the problem is bypassed if I do what follows:
    1. copy dropbox file link;
    2. change the final command from dl=0 to raw=1
    3. copy the new link
    5. paste the new link into my Html editor
    The problem is: the operation is a lot more complex and mostly I have about 400 articles already published on my web magazine with images embedded in a previous way. How am I supposed to do with all of them? It’s really a big, big damage for my work!
  • jcp543's avatar
    jcp543
    Helpful | Level 5

    I'm having the same issue. On my iPhone and iPad, image links with the raw=1 extension won't load anymore in the Safari or Chrome browser. On my Desktop Mac, Chrome and Firefox load the images just fine but not Safari. This issue just started today.

      • CoveUS's avatar
        CoveUS
        Explorer | Level 4

        Chrome, Firefox, Safari, and DuckDuckGo, all do not load the images on mobile. I cleared the cache and browsing history of Chrome still the problem continues.

  • Black Fly's avatar
    Black Fly
    Explorer | Level 3

    Hi, my hosted photos in a photography forum worked fine until yesterday. The photos don't show up anymore when I am using Safari. On a pc with IE everything works fine. Other members of the forum reported the same problem since yesterday.

     

    Does anyone have a clue what is going on? Is it a dropbox problem or is it a Safari problem. The same problem happens also in other forums so it does not seem to be associated with the forum platform.

     

    Thanks for your help.

     

    Best regards,

    Erik

    • Jay's avatar
      Jay
      Icon for Dropbox Staff rankDropbox Staff
      Hi Black Fly, thanks for providing these details!

      What error are you getting when previewing it in Safari?

      Does the link work in any other browser aside from Edge?

      You can try using incognito/private browsing mode without any extensions running, clearing your cache and even resetting your browser entirely to see if this helps.

      Keep me updated with any progress!
      • Black Fly's avatar
        Black Fly
        Explorer | Level 3
        Thank you jay for responding.
        There is just an empty white space where normally the photo should appear.
        No message.
        I have tried in incognito mode and no difference there. The problem appears only when using safari and only started from March 1st. Before everything was fine.

        Best regards
        Erik
    • billb1986's avatar
      billb1986
      New member | Level 2

      I think I am having the same issue. Trying to open a dropbox link on my laptop using google chrome is not working. I can open it on my phone and then save it to my dropbox, then go on my laptop and download the file as a workaround. Really annoying though. It was working perfectly fine a couple days ago. Oh and trying to log onto dropbox in a web browser using chrome also just comes up as a blank page.

    • Freqs's avatar
      Freqs
      Helpful | Level 5

      Same here. Safari from a desktop, laptop, iPhone all running current versions, even an older Mac running Yosemite and Safari 11 will not load hosted photos from several online forums that I've tried since around March 1st. Images hosted from other sites will load ok, just the Dropbox images are failing. 

       

      Links copied and pasted directly to Safari will open just fine:

      https://www.dropbox.com/s/example/example.jpg?raw=1

       

      Firefox and Chrome are working fine. 

      • Jay's avatar
        Jay
        Icon for Dropbox Staff rankDropbox Staff
        I've sent emails to both of you Black Fly, Freqs. Please could you reply to them when you get a chance!
  • Roy van Doorn's avatar
    Roy van Doorn
    Explorer | Level 3

    I have the same issue, To test I made a simple index.html with one line of code.

     

    <img src="https://www.dropbox.com/s/683det5nir1qykv/Deskbike_Small_Specs.png?raw=1" alt="Test Image">

    This is hosted here: www.tapgames.nl/link/

     

    On Pc and Android no issues but iOS won't show a image.

      • moote's avatar
        moote
        Explorer | Level 3

        I have a similar problem when trying to download files with links (https: //dl.dropbox.com/s / ...)

        My app can't download these files on iOS but on Android it works.

  • Aj2021's avatar
    Aj2021
    Explorer | Level 4

    I am also facing the same issue. I have Images and Videos added to the website with src having raw=1 query parameter. Images and videos were working fine in the Safari browser. But, only recently, both stopped working. I believe Safari can't identify the content type of these files, resulting in this issue. Please provide a solution to this issue. Thanks.

    • FgBz6's avatar
      FgBz6
      Explorer | Level 3
      Hi, I have the same problem. Since three days my embedded dropbox photos dont show up in ANY browser on IOS 14.4 Extremely annoying I have to say. If I use embedded photos from my Flickr account there is never a problem. On my Mac OSX10.14 no problems in Firefox or Chrome, Safari stopped showing photos already a while ago. Please fix this, what did you change?
      • niallj2000's avatar
        niallj2000
        Explorer | Level 4

        I'm having the exact same issues with my website. Images hosted on Dropbox are broken when viewed in Safari on the Mac and iOS browsers on iPhone and iPad. The same pages and images load absolutely fine with Firefox and Chrome. This problem is very very frustrating as I have a very large amount of images hosted on Dropbox. I have had to create a pop note for my sites visitors to apologise for the Safari problem. Page after page after page full of broken images isn't very good for the visitor experience! I have never had a problem like this before, not in 5 years of using DB for this type of hosting. What has changed since the start of the week that has hit Safari users this way? This needs to be fixed asap. 

    • Здравко's avatar
      Здравко
      Legendary | Level 20

      hardreturn wrote:

      ...

      Wondering what to do in order to link to files properly? 


      Hi hardreturn,

      You have done everything as should be and everything seems just fine. 😉 Is there some issue with the embedding? 🧐 About link change disturbing you, yes, that's normal. Dropbox perform multiple redirects to let viewer access to the actual file. When link is embedded theses redirects remain hidden, like the variant ending in "?dl=0" (the redirections are performed internally). The same should be when you embed the raw link somewhere. Isn't so? Of course, when you put the raw link on browser address line, all redirections get visible; you can see only the final result actually. That's it. You don't need to do anything more, but embed the link ending in "?raw=1".

      Hope this clarify matter.

      • hardreturn's avatar
        hardreturn
        Explorer | Level 4

        oh ya, less than 24hrs. what the hell.

         

        any idea why that link no longer works @Здравкo ?

         

        nothing changed at all on my end

  • splasheosupport's avatar
    splasheosupport
    New member | Level 2

    Hello guys,

     

    hope you're well!

     

    I'm getting an issue with rendering the video link with ?raw=1 on video tag html5. It works perfectly on chrome but It's doesn't work on safari. any thoughts?

  • KjellAn's avatar
    KjellAn
    Explorer | Level 3

    Hello. I have shared files of pics on a web forum. Displayed on a computer (not mac) works fine. But not with ipad or iphone.

    The url's have worked well when created and setted within "img" tags in the forum issue.

    Is there any thing wrong with the url's or is there a setting about time limits ... ?

  • bwik's avatar
    bwik
    Explorer | Level 3

    Our clients host images on Dropbox and then utilize sharing links to put those images in our software. Currently Apple users are not seeing these images when we have had no issues previously.

  • evaag's avatar
    evaag
    New member | Level 2

    Dear Dropbox Team,

    unfortunately, today appears the same problem with displaying on my website all pictures linked in Dropbox on mac devices (Safari browser on desktop version and iPhone - mobile version). Please help!

     

    http://spazioformaidea.put.poznan.pl/

     

About Delete, edit, and organize

Solve issues with deleting, editing, and organizing files and folders in your Dropbox account with support from the Dropbox Community.

Need more support

If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.

For more info on available support options for your Dropbox plan, see this article.

If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!