Forums

Random Image widget
Scaling doesn't work (2 posts)

  1. talatorre
    Member
    Posted 1 year ago #

    To fix image scaling change the following lines:

    $sidebar ? $img_scale = ' height="150"' : $img_scale = ' height="' . $scale_y . '"';'
    and
    $sidebar ? $img_scale = ' height="150"' : $img_scale = ' height="' . $scale_x . '"';

    To

    $scale_y ? $img_scale = ' height="' . $scale_y . '"' : $img_scale = ' height="150"' ;
    and
    $scale_x ? $img_scale = ' width="' . $scale_x . '"' : $img_scale = ' width="150"' ;
    respectively

  2. Basro22
    Member
    Posted 9 months ago #

    Thanks!!

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic