If you're going to easily insert your images or their linked thumbnails into your page and create a gallery without a gadget, then Photo Filmstrip is for you.
Instructions
Note: You might want to add a title/tooltip to your images, like the sixteenth image in my demo gallery: <a href="http://www.example.com/image16.jpg" target="_blank" title="Dog in Love"><img src="http://www.example.com/thumbnail16.jpg" style="width:80px; height:60px; border:0; vertical-align:bottom;"></a>
- Click Edit page ► HTML button ► insert the code ► click Update ► Save.
Example
Even simpler? Take similar steps to display your images in their original sizes with no styles.
- Click Edit page ► HTML button ► insert the following code and customize it:
<div style="width:100%; overflow:auto; white-space:nowrap;">
<img src="http://www.example.com/image1.jpg">
<img src="http://www.example.com/image2.jpg">
</div>
|
0 коммент.:
Отправить комментарий