Questions tagged [responsive-images]

Responsive-images is the part of Responsive Web Design (RWD) dealing specifically with images on the web to provide optimal experiences across a wide range of devices based on screen size, platform, and orientation.

518 questions
0
votes
2 answers

Place two images side by side

I am trying to place two images side by side. I want them to be full width and responsive. However, I can't figure out how to get them on the same line. Does anyone have solutions? Here is a fiddle - https://jsfiddle.net/0je558ex/
user6738171
  • 1,009
  • 2
  • 15
  • 50
0
votes
1 answer

TYPO3 responsive img datakey.xxx has no stdWrap?

I want to get specific image info in the sourcecollection: if original imagewidth < 1040px it should give a datakey which has the original width, so I tried to get the original width maxW < TSFE:lastImageInfo|0 and other differnet methods, but it…
0
votes
1 answer

Full-width background image in Bootstrap 3

I am able to create a full-width image background in Bootstrap 3. An example can be shown here: body, html { height: 100%; } body { padding-top: 50px; } .full { padding: 0 !important; margin: 0 auto !important; background-size:…
Bill
  • 2,026
  • 9
  • 55
  • 99
0
votes
2 answers

PureCss Responsive Images

I am just trying to do my first page using purecss, what I am stuck at the moment is in using pure-img for having responsive images, the image are responsive when I reduce the screen but when the screen become bigger and the image are supposed to…
Albic7
  • 11
  • 2
0
votes
2 answers

How to handle image content display in responsive website?

I'm working in a project of building a responsive website. The painful thing we're having is to deal with the content of the image in different display modes. Please be noted: the image content. The thing is: in almost pages at PC view, the images…
0
votes
1 answer

Feeling completely lost with responsive images using srcset and sizes

I've been trying to optimize images on my photography site using srcset and sizes, but the inspector in the browser is telling me that it's loading the largest image size. To confirm this, I added a new image with numbers so I can see for sure which…
jgelt
  • 45
  • 5
0
votes
4 answers

Downscaling page for retina without loss of quality (blurry on Chrome)

I noticed that when using CSS to resize a lossless png file (for normal/Retina purposes), on latest Chrome, (54.x at the time of writing), the result is blurry. When adding the following rule to the img tags img { image-rendering:…
George Katsanos
  • 13,524
  • 16
  • 62
  • 98
0
votes
1 answer

Responsive image not correct on some devices

I'm trying to make my hero images responsive. In normal they are 16:9 but in the mobile version I wanted the browser to display another image that I made in 1:1 ratio. However, on some devices it still shows the 16:9 version. This goes especially…
Robin
  • 45
  • 8
0
votes
2 answers

div goes down when page view 737 width w/ bootstrap

i am stuck with this. I am working with the responsiveness of my custom site. I am using bootstrap. Why does my
goes down in a view of 737x width. Here is the screenshot : i want the boxes of image to be in the right side of…
Jc John
  • 1,799
  • 2
  • 34
  • 69
0
votes
1 answer

Making array of imgs responsive

I've img's laid out like:
...
I want the person's photos to be laid out in single row of site and on resizing it should become smaller and be on the horizontal frame only and not get wrap around to next…
user5858
  • 1,082
  • 4
  • 39
  • 79
0
votes
1 answer

Picture element - Where to apply responsive img class

Let's say I've got the following picture element:
Kostas Dimakis
  • 1,143
  • 1
  • 10
  • 20
0
votes
1 answer

Suppressing downloads for hidden images using srcset + sizes

I'm looking for a solution to suppress/limit downloads for images that are hidden at certain breakpoints, using srcset. I'd like to avoid using background images and javascript. Wondering if this is a legitimate approach: @media screen and…
Jiiiim
  • 1
  • 2
0
votes
1 answer

Grunt responsive_images_extender - No srcset

I'm running into issues with the Grunt responsive_images_extender. None of my srcset are set up in the build folder. According to the readme documentation, it says that the default task code will set up the srcset directly from the image sizes…
Jonathan002
  • 9,639
  • 8
  • 37
  • 58
0
votes
1 answer

Images are overlapping when resizing the page

Hi stackoverflow community. I run into the issue when image elements (social media buttons) are running into the image on my webpage. First of all my elements are overflowing the div box where they are sat. I was trying to fix it with a…
0
votes
3 answers

Android - Is it possible to prevent a background from getting SMALLER, but allow it to resize itself to get bigger?

I have this image: This is how its appearing on small devices: It looks kinda squishy. I'd like it that it DOESN'T resize it, displays it as it is, not showing the part of the image that doesn't fit in the screen. Like this If you haven't…
Ali Bdeir
  • 4,151
  • 10
  • 57
  • 117