So I'm using the Glide (thephpleague) image manipulations system to create thumbnails on a site. When I use small thumbnails like http://dramaguru.net/images/titles/mohabbat_tum_se_nafrat_hai_147.jpeg?h=74&w=75 it shows up as html mime gibberish but the same image larger thumbnail shows up fine.
Large thumbnail: http://dramaguru.net/images/titles/mohabbat_tum_se_nafrat_hai_147.jpeg?h=174&w=175
Is this my server config, or a code issue? Any ideas?
It looks like you are missing a content-type header header('content-type: image/jpeg')
, but without seeing any code, I can't be sure.
Also, the small image has two expires headers and 3 cache-control headers (inspect the network request using chrome for example).