I am looking for recommendations on a good WP plugin for displaying a gallery of images on a page. The images we're previously done in a table format that looks horrible.
<table>
<tr>
<td>
<img src="..." />
</td>
</tr>
...... you get it.
Anything that's better than that. For example thumbnails are displayed on the page and then a user can scroll over them to make them bigger or click on them and they are displayed in a nice user friendly way.
<table>
<tr>
<td>
<img src="..." />
</td>
</tr>
...... you get it.
Anything that's better than that. For example thumbnails are displayed on the page and then a user can scroll over them to make them bigger or click on them and they are displayed in a nice user friendly way.