How can i add image in html page on playground without uploading it on any internet site?? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

How can i add image in html page on playground without uploading it on any internet site??

html

21st Feb 2017, 3:42 PM
suraj pandey
suraj pandey - avatar
2 Respostas
+ 2
By encoding it in base64 text format... but it's heavy ( all more that I get animated gif for the example ^^ ): https://code.sololearn.com/WljGVfpz1Dp1/#html ( you must be patient for load and displaying :P ) You can find many service online to convert images to this format... The one I pick-up randomly for making previous example is: http://base64.wutils.com/encoding-online/image-to-base64/
21st Feb 2017, 4:34 PM
visph
visph - avatar
+ 1
thnx @visph i'll try this
22nd Feb 2017, 5:35 PM
suraj pandey
suraj pandey - avatar