PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, November 15, 2022

[FIXED] How to display GIF's in laravel

 November 15, 2022     css, laravel, laravel-6, php     No comments   

Issue

I'm using Firefox Browser, tried all PNG's, JPG's and all were working, except GIF.

Here's the thing, if I test http://localhost/pepsi.gif, the GIF is actually working and displaying. But when I tried it inside HTML img tag it does not displaying.

Here's the simple code below:

<img src="http://localhost/pepsi.gif" alt="No GIF">

Somebody could help me how to do it? I'm really stucked with this one.

pepsi.gif


Solution

This is most likely to be caused by an ad-blocker or extension.

Try disabling them 1 by 1 and see if the image loads.

Or try an incognito browser.



Answered By - Ron van der Heijden
Answer Checked By - Dawn Plyler (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

1,207,749

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © 2025 PHPFixing