#website image link help
17 messages · Page 1 of 1 (latest)
You can download images and put them with the html, Incase they are removed from the web
Copyright permitting
that's not what I'm asking
I'm asking is there any way to fetch movie Images by itself instead of pasting image link in the code
what?
Like, by magic?
HTML files all always image links to an external image. You only exception really is if you encode the image content into a URL: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs
But I doubt you really want to do that
like through api?
I have no idea what you are thinking
Generate images or something?
You want to auto find an image for the movie title?
That would be possible, but I don't know which service to use any better than you.
!helper
@sly whale Like Bert was saying, it's not really clear what you're asking
I believe he wants an API that will provide an image for a movie based on title. But that's not really something with much to do with TypeScript.