Questions tagged as 'imagem'

2
answers

Insert Image through CSS or HTML? [duplicate]

Hello! I am having a question about the difference in how to insert images. I know that I can insert images by HTML and CSS . But what's the difference? And in what situation should I use each of them in the right way?     
asked by 15.11.2018 / 23:00
1
answer

Image over links

Good afternoon, guys. I made a navbar and in the center I put an image, so in this image it is on top of the links in navbar, I already tried some things like z-index but I do not objectify the result. if anyone can help me I will be very gratef...
asked by 24.04.2018 / 18:04
1
answer

Problems with image localization in Spring Framework

I'm using Spring and Thymeleaf: I have an image in the directory:    resources / image / telescope.png When I open the posts.html (home) page, located at the address below, the image is displayed.    link Code to call the imag...
asked by 05.07.2017 / 19:10
2
answers

Bank image conversion to use in a background

I'm using the following code to put buttons with each category name, but I'm not getting (I do not know how to search) convert to background image, just give me the tostring option. { ctx.DefaultContainerName = "kinectEntit...
asked by 15.09.2017 / 19:25
2
answers

Save image with webservice

I already have a webservice for which I pass an image (Base64) and it saves on my server. So far it's working perfectly. On my screen you have this code: function salvar() { var dados = {}; //Utilizar o toDataURL para con...
asked by 17.04.2017 / 19:21
2
answers

How to make a background image fill the entire screen without losing image resolution

I have a part on my site where I need to put a background image occupying the entire screen, both width and height. I was able to do this with css. .intro { display: table; width: 100%; height: 100%; padding: 100px 0; text-align: cen...
asked by 09.02.2017 / 18:14
1
answer

Set picture size taken by phone camera

I would like a help with saving image in android, I have an application that saves the image in the gallery all right, so I would like to define a size and quality for it to be sent to the server, if someone has a code that can help me.     
asked by 20.09.2016 / 18:38
1
answer

Dynamic Image Gallery ASP.Net C #

I have the following code,  It loads the photos in that placeholder. ID="phPhotos" > public partial class ImovelDetalhe : System.Web.UI.Page { private ImovelBo _imovelBo; protected void Page_Load(object sender, EventAr...
asked by 17.08.2016 / 21:21
4
answers

How to make an image increase without losing quality with CSS?

I want to create a photo gallery type, but it is the following, inside a <div> are several photos that, even if they are not the same size, will be shown the same size (and a smaller size so that all fit on the screen )! By hover...
asked by 20.01.2017 / 02:43
1
answer

Creating Responsive Random Image

I have this code (below), where I can create a random banner, but it is not responsive, or rather the image is not responsive. <style type="text/css"> .banner{ width:100%; height: auto; } </style> <script src="http://code.jq...
asked by 24.05.2016 / 22:03