• Very good and complete program.
    Question:
    putting the rule…
    pdb-list .td:nth-child(5) .image-field-warp img {widt:30px; hight auto; }

    the image is changed to the desired size in [pdb-list], but in my case I have two images in [pdb_record] “photo” and “bandera_flag”

    as you can change only the size of the image “photo” in the [pdb-record]

    Thank you

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Roland Barker

    (@xnau)

    You need a different CSS for that page, the list css won’t work.

    Try something like this for the pdb_record display:

    .pdb-record .image-field-wrap img {
        height: 50px;
        width: auto;
    }

    If you take a look at the code in your browser, you’ll see how that works…this article explains how to do that:

    Simple CSS Techniques for WordPress

    Thread Starter juanmajmgg

    (@juanmajmgg)

    There is no change none

    .pdb-record .image-field-wrap img {
    height: 50px;
    width: auto;
    }

    thank you for your time and dedication

    Plugin Author Roland Barker

    (@xnau)

    Yes, true, that code its the default, you need to adjust it to whatever values you need.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Resize image in [pdb_record]’ is closed to new replies.