Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature currently requires accessing the site using the built-in Safari browser.
<?php $fotos = simplexml_load_file("httpbildherkunft="
.$_GET["routeid"]."&partnerID=xxx");
$pic=$fotos->Picture;
$picnr=1;
foreach ($fotos as $pics) {
?>
<div style=" width:400px display:<?php if($picnr>=9) echo "none;"; else echo "inline;width:400px"; ?>"
img{width:400px} class="example-image-link" data-picnr="<?php echo $picnr; ?>">
<a style="width:400" class="example-image-link" href="<?php echo $pics->URL; ?>" class="example-image-link" data-lightbox="example-set" title="
<?php echo $pics->title; ?>" style="width:400" ></a>
</div>
<?php $picnr++; } ?>
</div>
wo muss ich klicken, um das in action zu sehen?Hier mein Versuch unter Lupe fiddel
ja das meinte ich, danke.wenn's nicht geht bitte melden hier der direkte Link
Ich hab' meines damit gar nicht getestet - geht das?mit touch tablet
hab jetzt nochmal geschaut und die situation ist unverändert oder ich mache was falsch.Ich hab' meines damit gar nicht getestet - geht das?
ja deins geht.Ich meinte nicht das fiddle, sondern mein spyglass.
ja deins geht.
büddeDanke.