• Resolved supernova42

    (@supernova42)


    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)
  • Plugin Author xnau webdesign

    (@xnau)

    I can’t give you the specific code that will work in your situation, you need to look at the HTML source and find out how it needs to be different in your case. Probably the rules will be the same, you just need to change the selectors a bit.

    Thread Starter supernova42

    (@supernova42)

    My mistake. I left the ‘.’ out of the very first statement.

    Thanks

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    @xnau Please do not support the Image expansion kit on this site. That’s for your site.

    @supernova42 For pro or commercial product support please contact the author directly on their site. This includes any pre-sales topics as well.

    As the author is aware, commercial products are not supported in these forums. I am sure they will have no problem supporting you there.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Image Expannsion Kit’ is closed to new replies.