Plogger Support Forum - Picture Popup Window for Large Image Fri, 29 Mar 2024 15:59:14 +0000 http://www.plogger.org/forum/ Lussumo Vanilla 1.1.10 Picture Popup Window for Large Image http://www.plogger.org/forum/comments.php?DiscussionID=3137&Focus=12506#Comment_12506 http://www.plogger.org/forum/comments.php?DiscussionID=3137&Focus=12506#Comment_12506 Mon, 22 Mar 2010 05:44:20 +0000 ridgedale . If I change the following line:

<a accesskey="v" href="'.plogger_get_source_picture_url().'">'.$imgtag.'</a>
in pictures.php and add target info such as:

<a accesskey="v" href="'.plogger_get_source_picture_url().'" target="plogger">'.$imgtag.'</a>
or

<a accesskey="v" href="'.plogger_get_source_picture_url().'" target="_blank">'.$imgtag.'</a>
this will open the large picture in a new window but it remains contained in the original
format.

Is it possible to have the large picture pop up in its own window without any additional content or styling?
Any assistance would be appreciated.
]]>