Huhu,
hab schon verschiedene Methoden ausprobiert um ein Thumbnail zu vergrößern (Slim, Rok und Lightbox...)
Leider zeigt er mir im Fontend nur den Link oder den Thub an. Sobald ich drauf klicke, erscheint das Bild in einem neuen Fenster aber nicht als Popup.
Hier mal ein Lightboxbeispiel
Die index.html
und der Linkverweis(beispiel):HTML-Code:<html> <head> <jdoc:include type="head" /> <link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template ?>/css/template.css" type="text/css" /> <!--[if lte IE 6]> <link href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template;?>/css/ieonly.css" rel="stylesheet" type="text/css" /> <![endif]--> <!--[if IE 7]> <link href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template;?>/css/ie7only.css" rel="stylesheet" type="text/css" /> <![endif]--> <link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template ?>css/lightbox.css" type="text/css" /> <script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template;?>js/prototype.js"></script> <script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template;?>js/scriptaculous.js?load=effects,builder"></script> <script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template;?>js/lightbox.js"></script> </head> <body> <div id="Alles" <div id="Teil1"></div> <div id="Teil2"> <div id="Bereich1"> <jdoc:include type="component" style="rounded" /> </div> <div id="Bereich2"> <jdoc:include type="modules" name="left" style="rounded" /></div> </div> <div id="Teil3"> </div> </div> </body> </html>
Bestimmt hab ich nur was einfaches übersehen, aber ich finde es nicht.HTML-Code:<p><a href="http://website.de/bilder/bild.jpg" title="Bildtitel" rel="lightbox">Bild</a></p>
Freu mich über jede Hilfe![]()


LinkBack URL
About LinkBacks
Zitieren

Lesezeichen