Page 1 of 1

Still unsolved: Linker und rechter Abstand Miniaturbilder

Posted: 11 Mar 2010, 13:19
by pharrich
Hallo!

Ich habe noch immer das ungelöste Problem, dass in der Gallery bei den Miniaturbildern immer eine Breite von 120px ausgegeben wird, obwohl in allen Einstellungen im Backend die Breite von 100 Px definiert ist.

Ich habe auch bereits in den css die "width:100px;" festegelegt... ohne Änderung. Wenn ich mit Firebug die Sache anschaue, dann ist das css "phocagallery box-file" mit dem Zusatz "pgplugin 1" für die darstellung zuständig. Aber auch wenn ich hier die "width" auf 100px ändere, passiert nichts. Auch wenn ich einen negativen width-Wert verwende... ändert sich nichts.

Ich habe auch schon alle phoca-gallery-dateien nach dem Wert "120" durchsucht... ohne erfolg. Wird hier der Wert "120" der scheinbar "fest" im Sourcode vorkommt irgendwo errechnet? Hat jemand eine Lösung wie ich hier den Wert auf 100 abändern kann?

Hier ein Auszug von dem laut Firebug generiertem Code:

--------------------------------------------------------------------------------------------
<div class="phocagallery">
<div style="margin: 5px; padding: 5px; height: 100px; width: 120px;" class="phocagallery-box-file pgplugin1">
<center>
<div style="background: rgb(245, 245, 245) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; height: 100px; width: 100px;" class="phocagallery-box-file-first">
<div class="phocagallery-box-file-second">
<div class="phocagallery-box-file-third">
<center>
<a onclick="gjaksPlPhocaGalleryPl1.show(0); return false;" href="/images/phocagallery/0910/gemeinschaft1d/thumbs/phoca_thumb_l_IMG_5942.jpg" title="IMG_5942" class="jaklightbox">
<img alt="IMG_5942" src="/images/phocagallery/0910/gemeinschaft1d/thumbs/phoca_thumb_m_IMG_5942.jpg"></a></center>
</div>
</div>
</div>
</center>
</div><div style="margin: 5px; padding: 5px; height: 100px; width: 120px;" class="phocagallery-box-file pgplugin1">
<center>
<div style="background: rgb(245, 245, 245) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; height: 100px; width: 100px;" class="phocagallery-box-file-first">
<div class="phocagallery-box-file-second">
<div class="phocagallery-box-file-third">
<center>
<a onclick="gjaksPlPhocaGalleryPl1.show(1); return false;" href="/images/phocagallery/0910/gemeinschaft1d/thumbs/phoca_thumb_l_IMG_5991.jpg" title="IMG_5991" class="jaklightbox">
<img alt="IMG_5991" src="/images/phocagallery/0910/gemeinschaft1d/thumbs/phoca_thumb_m_IMG_5991.jpg"></a></center>
</div>
</div>
</div>
</center>
</div><div style="margin: 5px; padding: 5px; height: 100px; width: 120px;" class="phocagallery-box-file pgplugin1">
<center>
<div style="background: rgb(245, 245, 245) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; height: 100px; width: 100px;" class="phocagallery-box-file-first">
<div class="phocagallery-box-file-second">
<div class="phocagallery-box-file-third">
<center>
<a onclick="gjaksPlPhocaGalleryPl1.show(2); return false;" href="/images/phocagallery/0910/gemeinschaft1d/thumbs/phoca_thumb_l_IMG_6054.jpg" title="IMG_6054" class="jaklightbox">
<img alt="IMG_6054" src="/images/phocagallery/0910/gemeinschaft1d/thumbs/phoca_thumb_m_IMG_6054.jpg"></a></center>
</div>
</div>
</div>
</center>
</div><div style="margin: 5px; padding: 5px; height: 100px; width: 120px;" class="phocagallery-box-file pgplugin1">
<center>
<div style="background: rgb(245, 245, 245) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; height: 100px; width: 100px;" class="phocagallery-box-file-first">
<div class="phocagallery-box-file-second">
<div class="phocagallery-box-file-third">
<center>
<a onclick="gjaksPlPhocaGalleryPl1.show(3); return false;" href="/images/phocagallery/0910/gemeinschaft1d/thumbs/phoca_thumb_l_IMG_6046.jpg" title="IMG_6046" class="jaklightbox">
<img alt="IMG_6046" src="/images/phocagallery/0910/gemeinschaft1d/thumbs/phoca_thumb_m_IMG_6046.jpg"></a></center>
</div>
</div>
</div>
</center>
</div><div style="margin: 5px; padding: 5px; height: 100px; width: 120px;" class="phocagallery-box-file pgplugin1">
<center>
<div style="background: rgb(245, 245, 245) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; height: 100px; width: 100px;" class="phocagallery-box-file-first">
<div class="phocagallery-box-file-second">
<div class="phocagallery-box-file-third">
<center>
<a onclick="gjaksPlPhocaGalleryPl1.show(4); return false;" href="/images/phocagallery/0910/gemeinschaft1d/thumbs/phoca_thumb_l_IMG_5970.jpg" title="IMG_5970" class="jaklightbox">
<img alt="IMG_5970" src="/images/phocagallery/0910/gemeinschaft1d/thumbs/phoca_thumb_m_IMG_5970.jpg"></a></center>
</div>
</div>
</div>
</center>
</div></div>

---------------------------------------------------------------------------------

Ich suche schon ewig und habe schon 1000 css-Einstellungen durchgetestet... wäre für eine Hilfe wirklich dankbar!!

Peter

Re: Still unsolved: Linker und rechter Abstand Miniaturbilde

Posted: 13 Mar 2010, 00:44
by Jan
Hallo, finde nur den Wert 20, als 20 is zu dem Thumbnail addiert..

Re: Still unsolved: Linker und rechter Abstand Miniaturbilde

Posted: 18 Mar 2010, 07:10
by pharrich
Würde auch schon genügen... wo finde ich diesen 20er-Wert?