+ 1
Issue related with the background-image
I can't be able to put the url link from the internet nor can I use my phone image to it. Whenever I'm using it, it shows none. Can anyone please short out this problem?
9 Respostas
+ 5
Riya Kushwaha It's common to run into issues when trying to get direct image links from your phone. The links you are getting often point to webpages instead of the images themselves.
This happens because your mobile browser adds extra steps between you and the direct image file. You'll need to click through some extra menus depending on which browser you use.
To get the direct link, try using this example instead:
https://img.freepik.com/free-photo/colorful-floral-pattern-with-flower-middle_1340-37500.jpg
+ 2
You can visit the WS3School Website.
+ 2
Riya Kushwaha
#Make sure your image URL path is correct..
See this and learn about Images..
https://www.sololearn.com/post/1742383/?ref=app
+ 2
Riya Kushwaha
Yes you can add background images..
And,
your image URL path is not correct.
Again Read all comments in this post..
You will find `how to find image path `..
+ 1
background-image: url( "https://images.app.goo.gl/3ynhQ6ELY1comMVk7" );
I write this property ☝🏻 but still not displaying anything.
+ 1
Aree... But I don't want to use the <img> tag ... I know what img tag means.
I just want to know why only in sololearn, I can't use background-image?
Other websites, I was able to do so.
+ 1
dawnload w3school apps and search in Internet it's best for learning web development 👌 .
+ 1
Step:-1 Go to chrome
Step:-2 Long press image you want
Step:-3 Click on preview image
Step:-4 You got a link copy it
0
Thanks everyone for the guidance.