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
-2
votes
1 answer

Image and paragraph not dispalying properly on mobile

The image is to far to the right, and the footer goes over the text. This happens when I view the site on a mobile device. What can I do to make this right? Here is the website: www.ferskvaregrossisten.no img{ width:100%; width:150px; …
Zappoh
  • 27
  • 1
  • 6
-2
votes
2 answers

Responsive login form with based on css

I tried few thing to make this page response with background image in the background and Registration Box in the center of the page. cant use bootstrap and css doesn't work 100%. what is the best was to make it responsive so that it support mobile…
Learning
  • 19,469
  • 39
  • 180
  • 373
-2
votes
1 answer

`background-size` CSS property not working for html tags

It works fine if I set the image source as a CSS background-image property, but it breaks altogether if I set the image source via HTML. Why? .image1 { height: 100px; width: 100px; background-size: cover; } .image2 { height:…
sgarcia.dev
  • 5,671
  • 14
  • 46
  • 80
-2
votes
2 answers

I'm having some display issues with feature image, how can I make this image's width 100% and responsive with the existing code?

This is the site I'm currently working on: http://perlaparra.com/rnr/site/ I've set the width to 100%, and still not displaying in full width. I appreciate any help I can get. Thank you! P :)
Perla
  • 19
  • 4
-3
votes
1 answer

I don't know how to do CSS Responsive

I would like to make the tea cups and the text under each one overlap each other in mobile format and leave it as it is in computer format, can you help me please? this is on computer and this is on mobile I would like to do something like this on…
-3
votes
1 answer

Background image scroll in responsive

I integrated a body image, so far so good. But when I go to mobile view and scroll my page, the image of the body goes up. Shows a white margin at the bottom of the screen for about 1 second and finally load all over the screen. But the phenomenon…
Alben59dk
  • 7
  • 3
-4
votes
1 answer

I am working on a Portfolio project, i want to make images responsives

Bootstrap already makes the relative image responsive but the absolute images are not, when you switch to mobile a reduces the screen size on the browser, the other images are misplaced. .title-img { position: relative; width: 100%; height:…
1 2 3
34
35