Change image resolution in html

Quivertine

New Member
\[code\] <style> #text{ background-image:url('/../image.jpg'); <<image-resolution:???>> } </style>\[/code\]I have a \[code\]CSS\[/code\] where I use an image as the background. \[code\][width = 5000p, height = 3000px, horizontal and vertical resolution = 72dpi]\[/code\]The image appears with a very big size and the pic does not cover the screen completely. Is there a way I can change the size/resolution of the image using \[code\]image-resolution\[/code\] or any other method?
 
Back
Top