Reply To: Varying small and large image display

Home Page / Forums / EPUB and eBook / Varying small and large image display / Reply To: Varying small and large image display

#90477
Aaron Troia
Participant

Chris,

Yes you can code those post-export, and its really not too hard. You will have to do a parallel set of images like you said, and then you will wrap your tags with an anchor and that points to the second, parallel image like so:

Original: <img src="<!--your original image file path-->" alt="This is the image displaying on your page" />

Modified: <a href="<!--your caption image file path-->"><img src="<!--your original image file path-->" alt="This is the image displaying on your page" /></a>

Play with that, its been awhile since I’ve done it so hopefully it works for you.

Aaron

This article was last modified on December 12, 2016

Comments (0)

Loading comments...