is there a way to resize background images FROM html

40 Views Asked by At

so, a normal way to get the background in html is this:

<style>

body {
  background-image: url('https://media.giphy.com/media/itTRilS6MUfqMCQbgZ/giphy.gif');
}

</style>

but now let's suppose i need the background to be BIGGER, so much big that GIPHY just won't allow, you can't use width='' and height='', so now is there a way i can just do i straight from the html?

1

There are 1 best solutions below

0
On BEST ANSWER