Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 267545
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T23:34:07+00:00 2026-05-11T23:34:07+00:00

I have an image that, depending on the screen resolution, drops down out of

  • 0

I have an image that, depending on the screen resolution, drops down out of sight in my CSS flow layout because I have set its width and height to static values.

Is there a way in a CSS flow layout to have the image automatically resize while someone is making the browser window smaller. I have seen this done in a html-table layout and I assume the tables make it possible there – is there a way to also do this in a CSS flow layout?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T23:34:08+00:00Added an answer on May 11, 2026 at 11:34 pm

    A quick test shows that this:

    <img class="test" src="testimage.jpg" />
    

    combined with:

    img.test { width: 50%; }
    

    Resizes the way you probably want. The image dutifully resized to 50% the width of the box containing it, as well as resizing vertically, maintaining the aspect ratio.

    As for resizing based on vertical changes, it doesn’t work the way you would like, at least not consistently. I tried:

    img.test { height: 50%; }
    

    In current Google Chrome (2.0.172), it resizes somewhat inconsitently; the sizing is correct but does not update after every window drag. In current Firefox (3.5), the height seems to be ignored completely. I don’t have any remotely recent IE, Safari, etc to test. Feel free to edit in those results. Even if those do well its still probably something you want to avoid, and stick with width.

    EDIT:
    For this to work, all the elements containing img.test need to be sized with percentages, not statically.

    Think of it this way:

    • body is 100% of window size.
    • img is 50% of body.
    • img is 50% of window size.

    Now suppose I add a div. like this…

    <div class="imgbox" style="width: 100px;">
      <img class="test" src="testimage.jpg" />
    </div>
    

    Then

    • body is 100% of window size.
    • div is 100px, ignoring body width.
    • img is 50% of div.
    • img is 50px, regardless of window size.

    If the div has “width: 100%” though, then the logic works out the same as before. As long as its some percentage, and not fixed, you can play with the percentage on the img and make it work out the size you want.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a GIF image that has an alpha set, and when my site
I have some scientific image data that's coming out of a detector device in
i have an image that contains a series of images, e.g.: In the olden
I have image data and i want to get a sub image of that
Basically what the title says... I need to have an image that when clicked,
I have a big image that has to go in the background. Say the
I have a rootfs boot image that I want to test by mounting on
I have a dynamically created image that I am saving to a stream so
I have: image 1:Many imageToTag Many:1 tag I want to issue a query that
i have a page for a small mobile site that has an image that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.