Photo Gallery in a blog post? Yeah! You read it right. Here's a simple and easy way to create your own web photo gallery without having any technical knowledge.
Just follow these simple steps:
Voila!!! We created a photo gallery without having any jQuery knowledge or any other freaking knowledge.
Just follow these simple steps:
- Create a new post. Click on "Insert Image" button from the pane above the post editor.
- import the designated images.
- After they're inserted in the post, select each image and choose the size to "small".
- Go to HTML tab on the post editor, re-size the height of each image to 100 from the 133 and width to 180 from 200.
- Now, go back to the Compose tab, you can see the size of images being reduced.
- Now, in HTML tab again copy and paste the HTML code of the table from below:<table><tr>
<td>100</td>
<td>200</td>
<td>300</td>
</tr>
</table> - The above mentioned table html can be edited as per the columns and rows you wish to have in your photo gallery.
- After inserting the table you will see just 100,200 and 300 written in your Compose area. Drag each image carefully near the 100, 200 and 300 respectively.
- Then delete the numbers from the columns and you will see a well aligned row of images in your preview like the one below.
![]() |
![]() |
![]() |
Voila!!! We created a photo gallery without having any jQuery knowledge or any other freaking knowledge.
No comments:
Post a Comment