Search
 
SCRIPT & CODE EXAMPLE
 

CSS

@media css

.img-retina {
  background-image: url("img/example-img.jpg");
  background-size: 320px 320px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (   min--moz-device-pixel-ratio: 2),
       only screen and (     -o-min-device-pixel-ratio: 2/1),
       only screen and (        min-device-pixel-ratio: 2),
       only screen and (                min-resolution: 192dpi),
       only screen and (                min-resolution: 2dppx) {
    background-image: url("img/example-img@2x.jpg");
    background-size: 320px 320px;
}
Comment

PREVIOUS NEXT
Code Example
Css :: centrer verticalement css 
Css :: css button:focus border-radius square 
Css :: remve arrow from input ype number 
Css :: html5 video hide timeline 
Css :: make div the size of the text inside 
Css :: how to compile scss to css minify css 
Css :: second scrollbar appears 
Css :: css content from data attribute 
Css :: change bot page background top.gg 
Css :: css grid minmax function 
Css :: css3, media queries cheatSheet 
Css :: comments in css 
Css :: css width: 50% 
Css :: centos 8 cron on reboot 
Css :: responsive flexbox in css 
Css :: css make text not break line when overflow 
Css :: css text align 
Css :: tailwind center vertically 
Css :: border radius 4 values 
Css :: fixed header and footer css 
Css :: add border to input css 
Css :: id starts with css 
Css :: How To Disable Swipe To Go Back In Chrome or any browser 
Css :: how to remove text highlight on double click 
Css :: html center image 
Css :: how to set image size without changing aspect ratio in css 
Css :: Add elipses to a dom element with css 
Css :: bootstrap card hover effect 
Css :: color code green 
Css :: glassmorphism in css 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =