Snippet

Snippet
Vai ai contenuti

Menu principale:

Post: Template Composite per WebSite X5 Evolution 11
<a href="files/tuaimmagine.jpg" onclick="return x5engine.imShowBox({ swipeImg: 'res/imSwipe.png', closeImg: 'res/imClose.png', loadingImg: 'res/imLoad.gif', startIndex: 0, media:[{type: 'image', url: 'files/tuaimmagine.jpg', width: 800, height: 600, description: 'descrizione tua immagine'}]}, 0, this);" class="smoothScroll templatemo-slider-btn btn btn-default">Learn More</a>
Post: Come inserire un link nell'Oggetto Database Viewer di WebSite X5
<style>
#imCell_5 th:nth-child(-n+2),
#imCell_5 td:nth-child(-n+2) {
 display: none;
}
</style>
Post: Creare una galleria dinamica per WebSite X5
echo '{type: "image", url: "' . $filename . '", width: ' . $imgsize[0] . ', height: ' . $imgsize[1] . ', description: "<a class=\'imCssLink\' href=\''. $filename .'\' title=\'Scarica l&rsquo;immagine\' download>' . str_replace('-', ' ', $nomefile['filename']) . '</a>", "effect": "' . $effects[$effect] . '"}';
Post: Unite Gallery, una manciata di database e WebSite X5 q.b.
echo '<img src="image.php?height=' . $thumbsH .'&image=/' . $qfolder . '/' . $val[$qimmagine] . '" data-image="' . $qfolder . '/' . $val[$qimmagine] . '" alt="' . $qdescimg . '" />' . "\n";
 
Torna ai contenuti | Torna al menu