a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment by mk
mk  ·  4405 days ago  ·  link  ·    ·  parent  ·  post: Images in posts cut off by the "similar posts" column

This should be good now. They now resize to fit.

Let me know if any issue remains.





aeontech  ·  4405 days ago  ·  link  ·  

Looks good though I think you don't really need the 20% white space on the right of the image.

    .wholepub {
         width: 66%;
         float: left;
    -    overflow: auto;
    }
    .pubimage {
    -    position: relative;
    -    max-width: 80%;
    +    max-width: 100%;
        box-shadow: 3px 3px 2px #888;
    -    overflow: hidden;
        margin: 12px 0px;
    }
mk  ·  4405 days ago  ·  link  ·  

Yeah, I went to 90%, and dropped the unecessary stuff. Thanks.

I need to spend an afternoon tidying up the CSS.

aeontech  ·  4405 days ago  ·  link  ·  

looks good :)