liquid reagent: show only the images in large size screen?

Well, I use CS6 here not CC so some features are not available to me here...

What I would like is for the graphics to be hidden if the page is viewed on a mobile phone, perhaps showed more small on a tablet or magnified if on a computer.

Is this possible using checkerboard to bootstrap and fluid?

Thank you

Terry

Replace lines 34-45 with the following. Don't change anything.

body {
    background-image: url(_img/pattern-4b28.png);
}
@media (max-width:768px) {
    body {
        background-image: none;
    }
}

What the code does in lines 1 and 3, is set a background image to the BODY element. 4-8 line overrides the style rule 2 for devices that are less than 768px width by setting the background image to none.

As a note, in 3 of Bootstrap, because it is designed to be mobile first, we would have to change the rules at the start have no background image and provide one for screen sizes greater than the width of the mobile.

Tags: Dreamweaver

Similar Questions

Maybe you are looking for

  • Problem of modem A30-port could not be opened...

    Hi allI have a Satellite A30 here and I can't get the modem to work. I tried to uninstall the drivers and download and run the drivers from the toshiba web site. (mdm-sa30-xp-31116all5 - gb.zip) The modem gets versions and automatically installed by

  • Satellite A300-20V: multimedia keyboard disable illumination

    Hello I have Toshiba A300-20VYesterday, I installed clean Windows 7 without problem.I downloaded and installed the drivers: video (ATI), sound, camera, bluetooth, and added value package. At that time, the first six keys working button as toggles the

  • Integrated vs. discrete graphics-> processors

    Hello world I am looking to buy a new computer workstation E30, and I am a little uncertain on which I should choose between integrated and discrete graphics. I understand it, in effect, what the differences are and I would go with discrete graphics,

  • Q190 RAM upgrade?

    Hello I just got the Q190 (57312246), and I was wondering if I can improve his memory of 4 GB (current) to 8 GB? Some sites say yes, others say no. Thank you

  • LabVIEW FPGA while loop (first call? (VI) question

    Hi gentlemen! I am creating a LabVIEW FPGA VI appearing in a WHILE loop. He has a first call? VI in which, in the first occurrence of the loop, a variable must be initialized to some value. However, when I incorporate the VI in the FPGA, it would see