Typoscript for image click expand


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. plugin.tx_PLUGINKEY_pi1 {
  2. imagePrefs = IMAGE
  3. imagePrefs {
  4. file.width = 100
  5. imageLinkWrap = 1
  6. imageLinkWrap {
  7. enable = 1
  8. bodyTag = <BODY bgColor=\"white\">
  9. wrap = <A href=\"javascript:close();\"> | </A>
  10. width = 800m
  11. height = 600m
  12. JSwindow = 1
  13. JSwindow.expand = 17,20
  14. }
  15. }
  16. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.