Is there any problem with browsers if i use thumbnails without extention?
for example:
<img src="images/img45">
I heard some of my users complaining that they cant see thumbnails.
I wonder if it is related with extention.
Displaying images
Moderator: General Moderators
Re: Displaying images
If you don't tell the browser what kind of graphic it is (i.e. "images/img45.jpg"), I wouldn't be surprised if people have problems viewing them. Defining the content-type is important, not just for images but for pretty much anything due to the simple diversity of the internet.Endimion wrote:Is there any problem with browsers if i use thumbnails without extention?
for example:
<img src="images/img45">
I heard some of my users complaining that they cant see thumbnails.
I wonder if it is related with extention.