+ 2
Can any of you expain how you can display other images from other sources as background
For example using link
8 Réponses
+ 2
Madhan Akok The link is not pointing to an image but to a web page then the browser cannot display it. Use this url
https://i.pinimg.com/236x/86/c6/d5/86c6d50a82a6bcaa861b758a4aff0105.jpg
but remember: make sure that service allow external links to images and you dont break the ToS of service
+ 1
Ooh thank you i appreciate it....
0
with css using background-image: url(urlhere);
0
I tried thou
0
If you post your sample we can help you better
0
pokay something like this
{
padding: 30px;
background-image: url("https://images.app.goo.gl/i2VX9wrwM3RY4P6i9");
0
I used a link from a photo in chrome
0
👍🏻