Top "Image" questions

The image tag is for questions related to the loading, formatting, saving, compression, and display of images in the context of source code.

How to place a text next to the picture?

I want to place 2 pictures, one on top of the page and the other right below it. Then, I want …

html css image text paragraph
Specifying width and height as percentages without skewing photo proportions in HTML

I was wondering if in the width and height <img> attributes, I could specify width and height as …

html image image-size
How to set max width of an image in CSS

On my website I would like to display images uploaded by user in a new window with a specific size (…

html css image image-resizing
Using JavaScript to display a Blob

I am retrieving a Blob image from a database, and I'd like to be able to view that image using …

javascript image base64 blob
Adjust list style image position?

Is there a way to adjust the position of list-style-image? When I use padding for list items the image will …

css image html-lists
Saving and Reading Bitmaps/Images from Internal memory in Android

What I want to do, is to save an image to the internal memory of the phone (Not The SD …

android image android-image android-bitmap
Text on image mouseover?

I am trying to get a small box to appear on the bottom-left side of an image when a mouse …

css image text mouseover
Javascript : get <img> src and set as variable?

If the img below is present <img id="youtubeimg" src="http://i1.ytimg.com/vi/VK4ah66jBvE/0.jpg"/&…

javascript image src
Asynchronously load images with jQuery

I want to load external images on my page asynchronously using jQuery and I have tried the following: $.ajax({ url: "…

javascript jquery ajax image jquery-load
How to "crop" a rectangular image into a square with CSS?

I know that it is impossible to actually modify an image with CSS, which is why I put crop in …

html css image crop