Good ideas and conversation. No ads, no tracking. Login or Take a Tour!
This should be good now. They now resize to fit. Let me know if any issue remains.
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;
}