jsonresume-theme-elegant icon indicating copy to clipboard operation
jsonresume-theme-elegant copied to clipboard

Profile image link from Dropbox not rendering

Open caffeinatedMike opened this issue 4 years ago • 1 comments

I'm using Dropbox to host my profile picture and project screenshots, but the profile picture doesn't seem to render. I'm using the recommended method from Dropbox in order to make the image link a direct image link in the format https://dl.dropboxusercontent.com/s/1084jmc585gkmw2/circle-cropped.png instead of dropbox.com, which is an embed image in a Dropbox viewer. I've also tried adding ?raw=1 to see if that made a difference, but it did not.

Was the profile image rendering ever fixed? How can I get my image on Dropbox to render properly?

JSON Resume from Registry: https://registry.jsonresume.org/caffeinatedmike?theme=elegant

Gist for reference: https://gist.github.com/c2d6a3ae181b31e43f4b80004effb370

Side note:
I also notice the link to my fiverr.com account does not render in the networks area under my profile pic.

caffeinatedMike avatar Aug 25 '21 15:08 caffeinatedMike

The elegant theme uses 'picture' instead of 'image'. You can do this in your JSON to cover both cases (i.e. so it works with 'elegant' as well as other themes):

{ "basics": { "name": "John Doe", "label": "Programmer", "image": "https://www.foo.com/myimage.jpeg", "picture": "https://www.foo.com/myimage.jpeg",

JasonBenfer avatar Dec 30 '24 16:12 JasonBenfer