It all grabs and converts OK.  However, when I tap on the images in the
viewer, it asks me if I want to follow the link or open the full-sized
image.  With a link depth of 0, I wouldn't have expected the option for
following the link.  My guess is that this is what happens:

1.  JPluck downloads the page and all relevent images.
2.  As it converts the HTML to Plucker, if the linked item exists in the
cache, include the link in the Plucker document.

Is that right?

Correct. When JPluck encounters a link to a resource that already exists in the document, it duly inserts the link to the matching record ID.


The solution is to avoid using links in conjunction with full-size images when referencing the same image through <img src="xxx"> and <a href="xxx">. Here the distinction between embedded and standalone images will bite you.

I recommend removing the <a href="xxx"> and enabling full-size images. This way you get rescaled embedded images and full-size standalone images without the "Follow Link" prompt.


Regards -Laurens

_______________________________________________
plucker-list mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-list

Reply via email to