• I have gotten exhibit working in my blog now and I’m excited. I can tell it’s a wonderful program … so major thanks to the Ringmaster!
    I have been experimenting a bit and if you check out my blog you can see I have an abstact image thumbnail showing up. I am wondering how I might possibly show the full-size image in the post instead of the thumbnail. If you click on the thumbnail and pull the image over to the box, it appears it could fit in a text box just fine … but I confess I haven’t yet figured out how to do it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter danithew

    (@danithew)

    hmmm, maybe it’s not possible? I could have sworn I saw someone using exhibit to post large pictures. Maybe that impression was wrong.

    Thread Starter danithew

    (@danithew)

    OK… I just looked at the call to the image that was placed in the post, and altered it a bit so that it pulls the actual image instead of the thumbnail. That might be the hard or long way to do it… but it worked. 🙂

    In the current version of exhibit there is a clickable symbol (<>) to the left of the image you wish to insert. This will insert the HTML for the full-size image into your Post.
    HOWEVER, I am have an issue with this as it is not creating the URL to the image correctly, leaving out the (in my case) /images directory. Ideas?
    ~dave

    Well, it appears this is an omission in the generation of the ‘Insert full-sized HTML’ code. In exhibit 1.1d I changed it as follows (in exhibit10f.php):
    {$tpath}/{$f[‘name’]}
    becomes
    {$tpath}/{$exc->imagedir}/{$f[‘name’]}
    on lines 381 and 403
    ~dave

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to make image full-size in exhibit’ is closed to new replies.