[mezzanine-users] Re: Changing Blog List Images Sizes

2015-10-16 Thread Ross Laird
This is relatively straightforward. You will just need to modify the blog_post_list.html template (for the list), and/or the blog_post_detail.html template (for an individual post). Here is a bit of code that I use in blog_post_list.html to show thumbnail-type images on my own blog list page,

Re: [mezzanine-users] Re: Changing Blog List Images Sizes

2015-10-16 Thread Tommy Long
Ross, Thank you so much for helping me and showing me how you implement the code into your blog. I've tried changing my code to mirror yours but I still can't get it to work. I'm still figuring Mezzanine out lol. Here's my code below. {% for blog_post in blog_posts.object_list %} {%

Re: [mezzanine-users] Re: Changing Blog List Images Sizes

2015-10-16 Thread Eduardo Rivas
You're missing a closing curly brace in the tag. -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to mezzanine-users+unsubscr...@googlegroups.com. For more

Re: [mezzanine-users] Re: Changing Blog List Images Sizes

2015-10-16 Thread Tommy Long
Eduardo, Oops! Thanks for catching that. Been staring at this computer screen for too long apparently. God Bless, Tommy Long Check out my blog at www.technelogos.com/blog On Fri, Oct 16, 2015 at 11:01 PM, Eduardo Rivas wrote: > You're missing a closing