• Resolved joshuaroelofs330

    (@joshuaroelofs330)


    I’m trying to make a table that lists some product options. I need two pdf sheets for each product. I used the same image for both pdfs, yet when viewing the page, one is clearly bigger than the other. I copy pasted the code, so there is no difference there. How do I get both pdf images to be the same size?

    TIA

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

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    I’m not exactly sure but it looks like some other plugin is changing those sizes, for some reason. But the fix is rather easy. Please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-9 a img {
        width: 50px;
        height: 50px;
    }

    Regards,
    Tobias

    Thread Starter joshuaroelofs330

    (@joshuaroelofs330)

    That fixed it, thank you!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

    Hello, I also encountered the same problem today, this problem is caused by a plugin, this plugin is “Jetpack”, deactivate the plugin, the problem is completely solved.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    you could probably also solve this with CSS. But for that, I would need more information, like a link.

    Regards,
    Tobias

    http://jx.swu88.com/heji/

    That’s the link

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for the link!

    You will likely just have to set equal column widths here. For that, you can add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-49 td {
      width: 50%;
    }

    Regards,
    Tobias

    Thank you very much for your help !

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    Perfect! Good to hear that this helped! Thanks for the confirmation!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

    Hi, I Just sent a rate. Because I haven’t logged in for two years, I forgot the email number of the login, and there was no rate before. I just found the email number yesterday, and I just sent a rate. sorry.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks a lot! I really appreciate it!

    Best wishes,
    Tobias

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Same Images Aren’t the Same Size’ is closed to new replies.