Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Very likely, that happens because the images get resized.
    Can you please post a link to the page with this table? I will then gladly take a look and try find a solution for this.

    Thanks!
    Tobias

    Thread Starter thedane

    (@thedane)

    Yes, please do, thank you. http://www.jensjustesen.dk. Rgds Jens

    Thread Starter thedane

    (@thedane)

    Sorry… please take a look at the ‘Projektudvikling’-page. JJ

    Thread Starter thedane

    (@thedane)

    And one thing more, Tobias: How can I formate the text in the table? As it is, the text is too big, and I want the headline to be bold. Best Jens

    Plugin Author TobiasBg

    (@tobiasbg)

    Hello Jens,

    thanks for the link! As I had thought, this is caused by your theme. To fix it, please add this to the “Custom CSS” textarea on the “Plugin Options” screen in TablePress:

    #content .tablepress td img {
        border: none;
        margin: 0;
        padding: 0;
        max-width: none;
        float: none;
    }
    
    #content .tablepress tr td {
        padding: 8px;
        font-size: 14px;
    }

    This will make the images fit nicely, and reduce the font size in the table.

    I’m not sure though about the headline. Do you mean “ETABLEREDE PROJEKTER” with that? Then, I’d actually recommend to check the “Print table name” checkbox on the table’s “Edit” screen, as that will add the name to the page automatically, and as that can be styled easier.

    Regards,
    Tobias

    Thread Starter thedane

    (@thedane)

    Hello Tobias,

    Thank you for the code. It made the text fitt nicely, and also reduced the font size. But I still can’t formate the headline to be fat, and the images are still blurred. I have tried several different resolutions and sizes, but sharp photos all get blurred when placed inside a table. So, in order to finish med site, I will manage without a table at this time, and then perhaps come back later when I have better time.

    Regards,
    Jens

    Plugin Author TobiasBg

    (@tobiasbg)

    Hello Jens,

    oh, sorry, I forgot about the bold text in the head row. Please try this CSS for that:

    #content .tablepress thead th {
      font-weight: bold;
    }

    About the blurred images: I can’t check as your site seems to be in maintenance mode, but I’ll gladly take another look, if you can turn that off again! The reason for this is not the table or TablePress, but some CSS in your theme, due to which the images are shrunken in size. And shrunken images just have to be blurry, as they obviously don’t use all pixels.

    Regards,
    Tobias

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Blurred images in table’ is closed to new replies.