How to visualize images in Shadowbox which are after the "read more"
-
Hello,
When i am coding my post like this :
<table><tbody> <tr> <td> <div><a title="whatever" href="https://www.mysite.com/images/1.jpg" rel="shadowbox[album1]"><img src="https://www.mysite.com/images/1.jpg" alt="" width="250" height="250" /></a></div> </td> </tr> <!--more--> <tr> <td> <div><a title="whatever" href="https://www.mysite.com/images/2.jpg" rel="shadowbox[album1]"><img src="https://www.mysite.com/images/2.jpg" alt="" width="250" height="250" /></a></div> </td> </tr> </tbody></table>
…the second image, which is after the “read more” (and not visible on the “all posts” page), is not shown in shadowbox, however it is in the same shadowbox album (album1).
Can someone tell me what should i do to visualize all images from the same album ?
- The topic ‘How to visualize images in Shadowbox which are after the "read more"’ is closed to new replies.