• sadmanhuq

    (@sadmanhuq)


    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…

    I want to see in the list of records (pdb_list), 300×300(custom size) thumbnail image. Please kindly tell me how can i do it.

    And also i want to show image grid in list of records. like-
    https://www.tmkhenndorf.at/musiker
    this website

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

    (@xnau)

    you can use a CSS urle like this to adjust the size of the thumbnails in the list:

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

    just change the 50 to whatever size you want.

    The next question, will require that you have a pretty good knowledge of CSS, it’s an advanced technique. A good starting point for that is the “responsive” template for the list:

    [pdb_list template=responsive]

    Thread Starter sadmanhuq

    (@sadmanhuq)

    The next question, will require that you have a pretty good knowledge of CSS, it’s an advanced technique. A good starting point for that is the “responsive” template for the list:

    [pdb_list template=responsive]

    Dear Sir, i want to show like grid. left to right then next line left to right. like this website – https://www.tmkhenndorf.at/musiker

    • This reply was modified 7 years ago by sadmanhuq.
    • This reply was modified 7 years ago by sadmanhuq.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image size in list of records’ is closed to new replies.