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

    (@tobiasbg)

    Hi,

    thanks for your question.

    I’m not really sure what you mean here. The table has nothing really to with images, as they are included through their regular HTML code. You are of course free to modify that HTML code as you desire, or you can use CSS to influence the images.

    Regards,
    Tobias

    Thread Starter akispusa

    (@akispusa)

    What I mean is I am placing images within the rows and columns the images vary in size, Some are 500pixel x 200 pixel others are 100px60p these are examples of course. How can I control the size since I cant crop or reduce withing the plug-in. Its like Im saying fit image to the box size. I hope this helps out.

    Thanks for getting back to me so soon.
    Manny

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Manny,

    thanks for the clarification.

    You could achieve this with some CSS code, like

    .wp-table-reloaded-id-123 img {
      width: 300px!important;
      height: 100px!important;
    }

    Paste that into the “Custom CSS” textarea on the “Plugin Options” screen of WP-Table Reloaded and adjust the width, height, and the table ID (from 123 to what it actually is).

    Note, that this is not really a good solution. The best solution would be to make your images the same size in an image editing software on your desktop.

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP-Table Reloaded] I place the images that are diffrent sizes cant control or see to reduce’ is closed to new replies.