Posts by Christiano Bourguignon • 13 points
4 posts
-
0
votes0
answers8
viewsQ: How do I hide an element according to screen size using tpl
Hello, good afternoon, sir! I wanted to know how to hide or not execute elements according to screen size or through device detection using . tpl I tried using the following code: <div…
-
0
votes1
answer112
viewsA: Divs of the slider Slick.js being shown on loading
Since no one could help me, I could find a solution. I used the following JS and CSS requests //CSS <link rel="stylesheet" type="text/css"…
-
0
votes1
answer112
viewsQ: Divs of the slider Slick.js being shown on loading
When I try to put Slick.js on my site, the loading of the Divs inside appears one under the other and then hidden, about 1 second, how do I solve? Aqui o código: <div class="carousel">…
-
-1
votes1
answer83
viewsQ: Get the size of a div in pixels
I want to make a grid of images where they fit. I had already done the Divs grid and just wanted to put the background of an image, but when I try the images are wrong. How do I get the pixel value…