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

    (@xnau)

    Well, this can be a little tricky because there is no certain way to edit the CSS rules that apply in the admin section.

    What is sizing that image is a rule in the main plugin CSS file “participants-database.css” which you can modify, but your changes will be lost when you upgrade. The rule is:

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

    You can just change the height to change the size of the image, but it will aslo affect the display of the image on the frontend.

    Thread Starter incaman

    (@incaman)

    Thanks, I tried that first but it only affects the frontend, it does nothing to the admin side. I can always edit your files and add another class to the frontend so the CSS doesn’t change the images in the admin as well. But as you point out, I will lose the change in the next upgrade and will have to do it again then.

    Here’s to wishing you make that change in the next upgrade.

    Thanks.

    Plugin Author xnau webdesign

    (@xnau)

    incaman,

    It may help to install a plugin: there’s one called Add Admin CSS that gives you a stylesheet where you can add rules that affect the admin section. You may need to add some more specificity to the selector to get it to work, but that’s easy andI can help you with that.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to display larger images in Admin > Edit Participant page’ is closed to new replies.