Questions tagged as 'imagem'

1
answer

Image Size Javascript [closed]

Good evening guys, I'm having a javascript problem that is as follows: I need to create div dynamically in a for and put these divs in an image, I could do this with the following code: for(y = 0;y<z;y++){ passarImagem[y]...
asked by 03.11.2018 / 22:55
1
answer

Query show picture

I wonder if I can display an image depending on the name. $qr = mysql_query($sql) or die(mysql_error()); while($exibe = mysql_fetch_array($qr)){ echo'<div id="tabs-1"> <p>Nome: '.$exibe["Nome"].'</p> <p>...
asked by 22.04.2014 / 13:12
6
answers

How to make the image 100% on the screen? [closed]

I have a website in development. Then I want it to stay on the whole screen, it's supposed to be a responsive site, I'm using the bootstrap ... It only gets full screen if I zoom 150%: Example: link If I leave it normal it looks like thi...
asked by 31.05.2017 / 04:48
2
answers

Opening images in the background [closed]

I want to know if it is possible to upload a webpage, the images do not interfere with loading the page, ie when you open the page execute and only then read the images, for the page to open 1 second and not 3 , for example. How can I do such...
asked by 01.09.2017 / 13:41
2
answers

Passing $ _FILES in a registration function

Well, I'm thinking of a way to register items in a database, though, I thought:    "What if the item has an image?" So I wrote a script to send this image, however, I do not know if it is correct or not to pass $_FILES as a paramet...
asked by 03.08.2017 / 14:27
2
answers

I have a question regarding ImageView

I have a question regarding ImageView how can I leave a tremendous or blinking image as soon as I load the screen that it is? Could someone please tell me how to post some tutorial     
asked by 22.03.2014 / 18:21
1
answer

How to change the background color of an image?

I need to change the white background color of images using programming. Does anyone know how to proceed?     
asked by 25.05.2016 / 15:43
1
answer

How to make a menu with the whole gray background?

I want to make a menu like this in the photo with a gray background. css code: #menu ul{ position:absolute; list-style:none; text-transform:uppercase; left:-40px; top:54%; } li{ margin:-20px 50px 0px 50px;...
asked by 01.12.2018 / 21:47
1
answer

Slidershow Carrousel video and image [duplicate]

I have a slide with 3 images and a video that is in the beginning, I need to make the video stay until the end, however it is going to the next images and if you click to go back and view it is passing. Is there any html tag to make a video mo...
asked by 13.08.2018 / 18:07
1
answer

Image upload rotates vertical image [duplicate]

I have a script that uploads the images and creates 2 files: width 1200 and width 50. It works normally, but when the photo is vertical (height greater than width) it rotates the image in the upload alone. I noticed that even uploading d...
asked by 05.12.2018 / 14:05