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

  • SEARCH
  • Home
  • 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 6135727
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T17:30:51+00:00 2026-05-23T17:30:51+00:00

I am clamping image sizes with CSS: #somewhere img { width: 160px; height: 90px;

  • 0

I am clamping image sizes with CSS:

#somewhere img {
   width: 160px;
   height: 90px;
}

When all images load properly, my page layout looks good. On the other hand, if any particular image does not load, my page layout gets screwed up because the broken image will occupy 0px by 0px. Elements around that broken image will scrunch upwards. How do I make broken images still respect the CSS dimensions so my layout doesn’t collapse?

broken image

  • 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-23T17:30:51+00:00Added an answer on May 23, 2026 at 5:30 pm

    Adding display: block to img should be good enough:

    #somewhere img {
       width: 160px;
       height: 90px;
       display: block;
    }
    

    If that somehow doesn’t work, then wrapping the img in another element will work.

    <span><img class="channelLogoImg" width="160" height="90" src="" /></span>
    
    #somewhere span, #somewhere img {
       width: 160px;
       height: 90px;
       display: block;
    }
    

    I chose span because that’s the usual choice for frivolous wrappers.

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

Sidebar

Related Questions

I have a load of content as shown below: <td width=20%><a href=/search?tbs=shop:1&q=camping+lantern&sampleq=1>camping&nbsp;lantern</a></td> <td width=20%><a
Version 0.6.0 of gem2rpm includes all (development and runtime) dependencies for a given Gem.
I'm trying to understand how texture clamping works in OpenGL or any other API
I am testing my new image file format, which without going into unnecessary detail
I was wondering whether there was any advantage to clamping the angle passed to
I basically have this web page where you can narrow your search results by
ImageView Iv2 = (ImageView)findViewById(R.id.imageView2); textId++; String imgId = full_ + textId; int Ivid =
I've been looking at aurioTouch 2 from Apple' sample code ( found here ).
I came accross this: t = Clamp(t/d, 0, 1) but I'm not sure how
I'd like to restrict the value of a number parameter in a constructor to

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.