thestig2008-06-17 07:33 | Can anyone tell me how to swap the litebox feature for a straightforward popup window to display all photos in version 3? (I hate the way Litebox makes the page flicker). » Quick.Cart v3.x |
beholder2008-06-17 14:44 | this should be easy, as far as I know.
<a href="$config[dir_files]$aData[sFileName]" title="$aData[sDescription]"><img src="$config[dir_files]$aData[iSizeValue2]/$aData[sFileName]" alt="$aData[sDescription]" /></a>
<script type="text/javascript" src="$config[dir_core]litebox-1.0.js"></script>
QC v3.0 |
beholder2008-06-17 14:47 | add target="_blank" to the img tag in the example above to open pics in a new browser window. QC v3.0 |
thestig2008-06-18 06:49 | Thank you very much, beholder |