Answers for "react background image url"

16

react background image

style={{  
  backgroundImage: "url(" + "https://images.pexels.com/photos/34153/pexels-photo.jpg?auto=compress&cs=tinysrgb&h=350" + ")",
  backgroundPosition: 'center',
  backgroundSize: 'cover',
  backgroundRepeat: 'no-repeat'
}}
Posted by: Guest on April-12-2020
1

how to import background image in inline css in react

style={{backgroundImage: `url(${pencil})`}}
Posted by: Guest on April-30-2020
1

background image react

in your css 

.background {
  background-image: url('./Images/img.png')
}
Posted by: Guest on September-26-2021

Code answers related to "react background image url"

Code answers related to "Javascript"

Browse Popular Code Answers by Language