• Resolved rodleir1963

    (@rodleir1963)


    I′m trying to see in the single record the image in the real size (300px x 300px) but I can only see a little thumbnail. I don′t know why. Of course, if I pick the image, the lightbox open it in the real size but I want to see it, in the real size, in the single record. Is it possible?
    PD: Sorry my english…

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

    (@xnau)

    Try something like this in the “custom CSS” setting:

    .pdb-single .image-field-wrap img {
        height: 3em;
    }

    change the “3em” to the size you need.

    Thread Starter rodleir1963

    (@rodleir1963)

    Great! It works! And I made this change:

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

    Of course, all images are croped in 300 x 300 px.
    Thank you for the excelent plugin and your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image size in sigle record’ is closed to new replies.