Resize thumbs on different screen resolutions
knorde
Joined: 2010-02-02
Posts: 64 |
Posted: Mon, 2012-05-21 09:05 |
Hi, On this moment i working on the browny wind theme. But now the problem: By example the 400px and 300px is for the resolution 1360x768. Now i will do the same by the thumbs. Greets Kees. |
|
Posts: 64
I have found it by myself, thanks anyway
The solution is:
.g-thumbnail {
margin-top: 3px;
margin-bottom: 3px;
width: auto;
max-width: 140px;
height: auto;
max-height: 130px;
}
Greets Kees.