CSS for Thumbnails/Favicons
-
I am using the thumbshots generator to add favicons to my links. Unfortunately some of them are bigger than 16×16. I am trying to figure out how to either:
1) make all images 16×16 pixes or
2) float left the image so that the description wraps around it and then it won’t matter how big it is.In another answer I read the following: If you absolutely want to associate big images with links and have them scaled, you would need to wrap the image in a div class, then add an entry in your stylesheet for that class with the max-width and max-height properties to scale the image down.
I have added the following to my stylesheet:
.resize{
width:16px;
}And I have added the following to the Additional Details field next to the Images in the Link Sub-Field Configuration Table.
resize
In that field I’ve tried a number of things and so far no luck with resizing that favicon image. I would also be interested in knowing how to left-align it as well.
Ideas? Thanks!
- The topic ‘CSS for Thumbnails/Favicons’ is closed to new replies.