Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Lester Chan

    (@gamerz)

    The image sizes included is 16×16. If you increase the size via CSS, it will be pixelated.

    What I will suggest is to copy out the folder/wp-postratings/images/stars_crystal/ and maybe rename it to stars_crystal_big and inside the stars_crystal_big see the 5 gif images and how the look like, use Photoshop to resize it and replace it.

    Then once that is done on the WP-Admin -> Ratings -> Ratings Options, choose stars_crystal_big as the style.

    The code does not specify the size, so if you cannot get it working please try on the default theme. Sometimes I know theme like to overwrite image sizes.

    Thread Starter ned4spd8874

    (@ned4spd8874)

    I figured it out on my own. I was able to use the following code to get it increased.

    .post-ratings IMG, .post-ratings-loading IMG, .post-ratings-image IMG { height: 22px; width: 22px; padding: 2px; }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change image size?’ is closed to new replies.