Image Expannsion Kit
-
In the list display, all the images in a multi-upload field are shown.
I found on your webpage that it is possible to show only the first image, it just requires a bit of CSS magic. The plan is we hide all of them, then show only the first one.
You gave this css but unfortunately it does not work.
pdb-list .mu-image-list > span {
display: none;
}
.pdb-list .mu-image-list .pdbiex-image-field-wrap:first-child {
display: inline-block;
}I’m using the responsive template.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Image Expannsion Kit’ is closed to new replies.