• Hi,
    I was wondering if there is a safe way to disable reflections on imageflow add-on?
    I know some jquery, but not as much to mess with plugin code. my design is ubersimple and I absolutely have to get rid of reflections. unfortunately, because they’re nicely done.

    will be thankful for support!

    btw, the plugin is great. I will defintely use it for next projects.

    https://www.ads-software.com/plugins/simplest-gallery/

Viewing 1 replies (of 1 total)
  • Plugin Author cleoni

    (@cleoni)

    Hi shrubberry,
    the reflection effect is produced via a little program named reflect2.php which produces a slightly taller bitmap with the reflection below.

    The quickest (and dirtiest) fix to allow this is to tweak the reflect2.php program so that it does not place the reflected bitmap at the bottom of the image.

    first put:
    cache=0
    at line 62 to disable caching

    and at line 330 replace like this:

    imagefilledrectangle($output, 0, $y, $width, $y, imagecolorallocatealpha($output, $red, $green, $blue, 1)); // final 1 means fully transparent

    the result I got was perfect for a white background page,

    hope it helps

Viewing 1 replies (of 1 total)
  • The topic ‘"turn off" the reflection in imageflow add-on’ is closed to new replies.