• Anonymous User 13716511

    (@anonymized-13716511)


    this plugin does everything I need except I need to use a smaller different shaped thermometer.
    How can I change the image?

    imageline($image_2,63,734-$filled,175, 734-$filled,$border); //make a line where raised to
        imagefilltoborder($image_2, 110, 734, $border, $user_colour); //fill thermometer up to level
        if ($percent_raised <= 100){ // if less or equal to 100%
    		imagefilltoborder($image_2, 110, 74, $border, $background); //fill rest with white

    what are the values in the code above for? I need to adjust them to fit a new image.
    How can I best do this?
    Thanks

  • The topic ‘change thermometer image’ is closed to new replies.