Author Topic: Images that are too wide, and the fix  (Read 238 times)

deathshadow

  • Lieutenant
  • *
  • Posts: 879
  • Special Tasks Group
    • Cut Code Down - Minimalist Semantic Markup
Images that are too wide, and the fix
« on: 17 November 2023, 11:14:55 »
I see you are using a new forum template, that has a LOT of shortcomings I had fixed over a decadea ago. One big one is how excessively large images are forced into side scrolling.

For those of you using Stylus to apply user styles, the fix is:

Code: [Select]
.bbc_img {
    max-width:100%;
    height:auto;
  }
}

For whoever's handling the current web presence, could you please add that to one of the stylesheets used? (also three stylesheets and no media targets? REALLY?)

Also this is 2023, some <link rel="preload"> wouldn't hurt.
Death will take those who fight alone.
But united we can break a fate once set in stone.

CUTCODEDOWN.COM