Search found 1 match

by Dash
Wed May 09, 2007 4:45 pm
Forum: General discussions
Topic: square thumbnails
Replies: 2
Views: 2031

CSS-wise, it's quite simple. Your only problem would be generating the code around each image (which I'm still trying to figure out)

Example of the CSS code:

.thumbnail_square {
height: 100px;
width: 100px;
overflow: hidden;
text-align: center;
}
.thumbnail_square img {
height: 100px ...