• Resolved kaya28

    (@kaya28)


    First of all thank you for your great plugin! Respect your work, love your plugin. So when i use grid layout mode, featured image size appears same size as i upload. Like for example if i upload a 300×134 size image it shows up correct size as i wanted. However, when i use scrollable list layout mode, i upload an image that is 300×134 for example, it shows up wrong size. Like bigger size, i tried to change every settings of featured image but nothing helps. Can you please help me? Uploaded a screenshot link top. Thank you very much!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Content Views

    (@pt-guy)

    Hi there,
    Thank you for using our plugin!

    That is intended behaviour of the Scrollable list, when it shows the image full width of column.
    To show the original width, please use this CSS:

    
    .pt-cv-scrollable .pt-cv-thumbnail {
        width: auto !important;
    }
    

    Best regards,

    Thread Starter kaya28

    (@kaya28)

    First of all thank you very much for your answer! Somehow photos appears correct size now. But still not aligned well. Is there a way to align my list center of the website? Thank you again..

    Thread Starter kaya28

    (@kaya28)

    div col-md-12 pt-cv-content-item pt-cv-1-col
    {
    align-items:center;

    }
    i tried above, doesnt help. is there a way to align whole content center?(with or without pagination)
    Thank you very much…

    Thread Starter kaya28

    (@kaya28)

    added margin:auto; and solved the problem thank you again!

    • This reply was modified 4 years, 10 months ago by kaya28.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Scrollable List Featured Image Size Problem’ is closed to new replies.