0
Y images are not displaying ?
<html> <head> <title>first page</title> </head> <body> <img src="https://drive.google.com/file/d/11I0OS7rrkrI5QOsavxPCrMPNhFEmAY5o/view?usp=drivesdk" alt="" /> </body> </html> Anyone tell how display image ..I will selected try both URL &My files location path also will image will not display
6 ответов
+ 9
You can't link images directly from drive 🤔 you have to upload them on websites like imgbb.com or imgur.com or Dropbox ^_^
+ 2
Adding on to Chee's answer, this post goes over how you can link to images uploaded on dropbox -
https://www.sololearn.com/discuss/1054246/?ref=app
+ 2
Don't forget to turn link sharing on in drive
+ 2
This way u can use image from Google drive.
+ 1
You should use the following format:-
<IMG SRC="https://drive.google.com/uc?id=(image id)&export=download">
0
Tq so much bro ..Now working