Quote:
	
	
		| 
					Originally Posted by zapt0   I was wondering if there is a way to replace the thumbnails for the larger versions. | 
	
 I'd probably use preprocess_regexps to modify 
	Code:
	<a href="/img/11_big.jpg">
<img src="/img/11_small.jpg"/>
</a>
 to 
	Code:
	<a href="/img/11_big.jpg">
<img src="/img/11_big.jpg"/>
</a>