Images in the Header #112
Unanswered
Professor93M
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Friends,
Please help me with the image in the header.
I img tag with the base64 source image but not work.
<img src="data:image/png; base64, {{ public_path('images/logo.png') }}" style="width: 150px; height: 150px;">
also, I did that:
<img src="data:image/png; base64, {{ file_get_contents(public_path('images/logo.png')) }}" style="width: 150px; height: 150px;">
but the problem when I use file_get_contents the server freezes and not respond, and I have to restart it.
I used a tag with a background-image style and also same problem.
Please need your help with that.
Beta Was this translation helpful? Give feedback.
All reactions