I\'m trying to make a series of photos into square photos. They may be rectangular horizontally (i.e. 600x400) or vertically (400x600), but I want to get them to be 175x175 eit
This might help.
CSS:
.image{ -moz-border-radius: 30px; /* FF1+ */ -webkit-border-radius: 30px; /* Saf3-4 */ border-radius: 30px; /* Opera 10.5, IE 9, Saf5, Chrome */ }
HTML:
This worked for me. Just put the URL to the image inside the div.