Bug #9365
Using different Image Resolutions
| Status: | Resolved | Start date: | 2010-08-18 | |
|---|---|---|---|---|
| Priority: | Could have | Due date: | ||
| Assignee: | Juergen Furrer | % Done: | 100% |
|
| Category: | - | Spent time: | 0.25 hour | |
| Target version: | - | Estimated time: | 0.25 hour | |
| Votes: | 0 |
Description
By using different image resolutions for example 4:3 ration and 3:4 the images will by resize to a square, it's not possible to setup this.
The only thing so get this working is to add this in the css:
li.jcarousel-skin-tango,
li.jcarousel-item {
height: auto !important;
width: auto !important;
}
Maybe there could be an easier way?
You can find the exampe on: http://www.digitale-fotografien.com/preis-leistung/hochzeit/
History
Updated by Juergen Furrer over 2 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
- Estimated time set to 0.25
Same as #9366
The two designs integrated use fix width and height.
You hafe to define your own definitions of CSS
Look for the following definition:
.jcarousel-skin-tango .jcarousel-clip-horizontal {
height: 75px; /* REMOVE THIS */
width: 245px;
}
Best regards
Jürgen