8.12. Foundation Picture

发布时间 : 2025-10-25 13:33:54 UTC      

Page Views: 9 views

Foundation provides responsive images to create thumbnails and picture pop-up windows:

尝试一下 »

8.12.1. Thumbnail image

In Add outside the element Element uses the picture as an anchor link.

In Add to label .th Moving the mouse over it will display a light blue frame:

Example

<a href="paris.jpg" class="th"> <img src="paris.jpg" alt="Paris"> a>    

尝试一下 »

Note

响应式图片

Pictures in Foundation are responsive by default. We can resize the browser on the instance page to see the image zooming effect.

8.12.2. Rounded corner picture

We can do it in .th Class addition .radius Class to set fillet thumbnails:

Example

<a href="paris.jpg" class="th radius"> <img src="paris.jpg" alt="Paris"> a>    

尝试一下 »

8.12.3. A simple pop-up window

Foundation can easily implement picture pop-up windows.

To create a pop-up window, you can use the