Skip to content

rosenstand/thumb-o-matic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

# thumb-o-matic
WordPress plugin for thumbnail generation

This code is really old. I wrote it in 2005 and it has been available
on wp-plugins.org since then. I doubt that it has any value by now,
but decided to import it to GitHub for historic reasons.

Simply use a <thumb /> tag instead of <img /> when you wish to pull in
a thumbnail. Everything inside the <thumb /> tag (except for the src
parameter, which is modified to reference the generated thumbnail) will
be parsed directly to the resulting <img /> tag.

Example:

	<thumb src="pamela.png" />

will become

	<a href="/wp-files/thumbs/pamela.png">
	<img src="/wp-files/thumbs/pamela.png" />
	</a>

to the client.

About

WordPress plugin for thumbnail generation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages