Even though its origin stickmanlabs.com seems to be down, lightwindow remains a popular javascript lightbox for various purpose. Particularly the TYPO3 community seems to like it thanks to an extension that neatly embeds it. However, unfortunately this extension uses an a tag attribute params which actually isn’t an attribute. It’s not valid? How can I fix this?
Even though its origin stickmanlabs.com seems to be down, lightwindow remains a popular javascript
Share
This might be a hack, but it validates lightwindow as HTML Transitional.
Just use the hardly used
revtag to transport the lightwindow parameters to .js.e.g.:
Then just edit the javascript file (in TYPO3 it’s located @: typo3conf/ext/wt_lightwindow/files/js/lightwindow.js ) like this:
(should be around line 550 of the current version). Just cmd+f for params.