Questions tagged as 'imagem'

0
answers

Self-resizing images with JQuery Mobile

I'm using the classic example of listview present in documentation of jquery mobile . However, when using images with different sizes, I would like the image to automatically be the size of container , how to do that?     
asked by 14.02.2015 / 00:58
0
answers

Climb an image with imagick without deforming the original

I have an application where the user can upload an image, crop and "work" the image, adding props etc ... My problem is in the crop because the max size of the crop is always different depending on the the resolution of the images, to combat thi...
asked by 13.12.2014 / 12:48
0
answers

How to use jqZoom in a base64 image?

Location: I have a small application where the user chooses a <select> option and in that an image is loaded via javascript using base64 . Problem: The jqZoom plugin does not work correctly with base64 since it fre...
asked by 20.08.2014 / 14:01
1
answer

Should an image be resized in the browser?

I have read in some places that we should not resize the images we ask of the server in the browser. But I have recently seen that it is good to have a large image with a low quality so that when these images are downloaded on a retina screen th...
asked by 16.01.2017 / 19:58
2
answers

How do I link an image in PHP?

if($formaCombate == "patk") { if($patk1 > $patk2) { echo "Jogador 1 Ganhou!"; } elseif ($patk1 < $patk2) { echo "Vitória do jogador 2"; } else { echo "<img href='link'>&l...
asked by 27.08.2018 / 01:47
2
answers

How to center and position two images side by side? html css

HTML:<divid="ladoalado"><img src="imgs/login.png"><img src="imgs/cadastro.png"></div> CSS: #ladoalado{ float: left; margin: auto; } Image of the code:     
asked by 30.09.2018 / 17:46
3
answers

Rename image name on upload

I'm using resize-class to upload resizing, and other options if needed. My only problem is that I want to change the name of the image when uploading, so there are no images with the same name and even for privacy reasons. I want somethi...
asked by 19.06.2014 / 23:06
2
answers

Doubt to "check" a radiobutton when clicking on an image

I have these 3 images with 3 RadioButtons different, I would like to click on the image of the blank square for example, its RadioButton is selected. I used radiobutton3.checked in event OnClick of image but did no...
asked by 13.06.2016 / 20:30
1
answer

Download image in link with PHP parentheses

So I'm trying to download an image through a url ... I already identified the problem example: <?php $imgurl = 'http://ia.media-imdb.com/images/M/MV5BNTA2MTk3NzI5Ml5BMl5BanBnXkFtZTgwNzU2MzYyNzE@._V1_SX300.jpg'; if( !@copy( $imgurl, './t...
asked by 16.02.2017 / 17:01
1
answer

How to display an image hosted in my App?

I would like to display a promotional image within a PicutreBox in my app, but this image will vary depending on the promotion the Company is making. Is there any code that PictureBox shows a certain image that is hosted somewhe...
asked by 18.01.2017 / 20:09