• Resolved Jon Hardison

    (@jonhardison)


    I read through your other forum and noted that some are requesting larger thumbnails. I don’t need them, although settings for thumbnails would be nice. One other thing I noticed was that adding square or landscape photos causes the gallery to jump around.

    Would it be possible to set a fixed size for the preview and have all generated previews cropped to fill? It seems that would stop the jumping.

    It might also be nice to do with thumbnails themselves for a more consistent display.

    Have I said this is a great plug-in yet? If not: Great plug-in. 🙂
    Jon-

    http://wordpress.org/extend/plugins/fs-real-estate-plugin/

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

    (@wfernley)

    Hi Jon,

    Sorry for the delay. I’m hoping to improve the customization of images in a future release and fix the current “jump around” issue in the next release.

    Thanks for the commendations as well 🙂

    You can fix the “jump around” issue easily with CSS.

    Go into the plugin CSS file and find the line with #fsrep-main-image
    Replace it with this:

    #fsrep-main-image { float: left; margin-right: 12px; text-align:center; width:300px;}

    The text-align will center your vertical images, and the width setting will keep the <div> holding the image from shrinking.

    It also might not hurt to add this line after it to contain the image width:
    #fsrep-main-image-img{ max-width:300px; }

    Plugin Author FireStorm Plugins

    (@wfernley)

    Thanks for the fix. I will be fixing this issue for the next update.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: FireStorm Professional Real Estate Plugin] Feature Request – Listing Thumbnail Handling’ is closed to new replies.