In my laravel project .. the images don't display when i fetch their urls from the database ! the url is correct in the Html code .. when i copy it from the page source then open it in a new tab .. the images load .. then if i go back to my website and refresh .. the image load normally .. without any change in the html .. if i close the website and reopen it .. it doesn't load !
here's the code
<img src="{{$show->poster}}" title="{{$show->title}}" alt="{{$show->title}}" width="70" height="100">
and here's the generated code from the page source
<img src="http://ia.media-imdb.com/images/M/MV5BMjI1Mzc4MDUwNl5BMl5BanBnXkFtZTgwMDAzOTIxMjE@._V1_SX300.jpg" title="The Big Bang Theory" alt="The Big Bang Theory" width="70" height="100">