Ich möchet in meiner Contaversion 3.2.7 und Galleria 2.2.0 Bilder mit Texten berschreiben.
Dazu hab ich in der Doku von Galleria folgendes gefunden:
Add data
There are several ways of adding image data to your gallery, but the simplest way is to add some HTML. Just put the images inside any container on the site. You can also add titles and descriptions using data attributed on the IMG tag:
<div class="galleria">
<img src="/img/pic1.jpg" data-title="My title" data-description="My description">
<img src="/img/pic2.jpg" data-title="Another title" data-description="My <em>HTML</em> description">
</div>
Soweit so gut. Jetzt ist meine Frage: Wo muss ich diesen Container mit welchem Namen speichern bzw. in welchem Parameter ablegen?
All meine Versuche haben nicht zum Erfolg geführt.
Hat jemand einen Tipp?
Gruß Gerald
			

					
					
					
						
Zitieren
						
,
Für Dinge die man mit html5 und css3 lösen kann, braucht man kein javascript.