• swthomas98

    (@swthomas98)


    Love the participants database plugin. It’s working great for us.

    We are using it for a Memorial of children with a specific disorder have passed.
    We really like what another website had done. It looks like https://cfcsyndrome.org/family-support/memorials/

    Is it possible to do something like that with participants database plugin?
    I looked at creating a new template for the short code, but wasn’t show how to resize the picture.

    Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Author xnau webdesign

    (@xnau)

    You will probably need to use a custom template to get a layout like that.

    It’s not too difficult, you’ll need to add a CSS rule that sets the size of your image. This can be added to the “custom CSS” setting in the plugin…something like this should work:

    .pdb-list .image-field-wrap img {
       height: 300px;
       width: auto;
    }

    If you set one of the dimensions to auto, the resize will be proportional.

Viewing 1 replies (of 1 total)
  • The topic ‘Display List All with Large Pics’ is closed to new replies.