Questions tagged as 'img'

3
answers

Html, Icon respecting the background color of the page

I'm inserting in my page an image that has an event, this image has a drawing, and the background of the drawing is white, I would like this background of that drawing to be filled with the same color as the page. The page is gray, but the dra...
asked by 01.09.2017 / 15:54
2
answers

How to manipulate image loaded by the background: url ();

I loaded an img that got too big, straight through the css stylesheet, how to reduce it, because it appears only a bit.     
asked by 18.09.2017 / 04:25
0
answers

Problems with image when using include

I'm developing a website and after developing most of the files, I've decided to organize them in their respective folders. localhost / nomedosite / - root folder localhost / nomedosite / includes / - folder where are navs, admins, footers...
asked by 29.07.2017 / 00:57
1
answer

Get external site image as date: image / jpeg; base64

Is it possible to save an image as an external site date using javascript or php? because this was the only way I got the image to appear in the browser, to inspect this is the path: link But when I play directly in the browser the image...
asked by 10.03.2018 / 13:44
1
answer

Convert byte into image using img src

To convert a byte that comes from the sql database into image in the ListView I do this: <asp:Image runat="server" ID="Image1" CssClass="image1style" ImageUrl='<%# "data:image/jpg;base64,"+ Convert.ToBase64Strin...
asked by 23.04.2017 / 06:11
2
answers

My img tag does not respond to my css settings

I was trying to learn HTML, until my image did not respond with my CSS: img#imagens1{ height: 19.92; width: 19.92; } The image was responding up to five minutes ago: <img src="IconTwiter.png"id="imagens1"> Does anyone kn...
asked by 25.09.2018 / 01:11
1
answer

What is the best way to work with responsive images?

I am in doubt in my project how best to work with responsive images DIRECTLY in HTML, in html5 the tag has the srcset attribute that allows this change using the prefix "w" when selecting the screen, but in some searches that I realized that the...
asked by 20.02.2018 / 19:56
3
answers

How to centralize an img within a div, both responsive, without losing responsiveness?

Person what is the best way to centralize a responsive image within a div that is responsive in% (in this case a row), ie that it has no measures defined in pixels, with max-width: 100% for example. If anyone knows, I wanted to know to align hor...
asked by 07.11.2017 / 16:09
1
answer

Jquery img code to swap [closed]

I used the code of a guy that the menu is a color when it is at the top and when the scroll of the page goes down, the menu goes black, but as soon as it turns black I want the img that in the case is the logo, change the src that is "logooficia...
asked by 28.10.2018 / 06:09