Duotone thumbnails are BIG
-
I’m running the latest version of Duotone along with 2.9.1 WordPress.
https://www.denaselmer.com/blog
Everything looks great … I love pretty much everything about this theme.
My only problem right now is the thumbnail display on the archive pages.
They’re not “cropping” or re-sizing … they just show the top 125 x 125 pixels of the full-sized image.
I am assuming that because I changed the line of code mentioned here: https://www.ads-software.com/support/topic/346122?replies=32
From this:
return str_replace(get_bloginfo(‘wpurl’), ”, preg_replace(‘/src=(“|\’)([^\1]+)\?w=[0-9]+(\1)/’,’src=”‘.$thumby.’?image=’.addslashes( “$2”).’&w=’.$width.'”‘,$tag) );
To this:
return $tag;
That I broke my thumbnails, but at least my photos display now, where before I changed that code there were pages and no photos. Is there something I can do to fix it? I’d like more of my image to show in the thumbnails if possible.
Thanks.
-dena
- The topic ‘Duotone thumbnails are BIG’ is closed to new replies.