Change image size Smart List 3

Posted in: Newsmag
Post count: 17

Hi there,

I’d like to write a post with a “smart list 3”, but I’d like to change the image size. I prefer a square format.
It’s a list for best albums and all covers are square, so 🙂
Have a look : http://i.imgur.com/JlXXz5d.png?1 The cover size is 270×315. I’d like 270×270 for exemple.
Could you give me an hand to change the automatic size in the html please?
Thanks in advance.
b.

Post count: 6600

Hi,

The thumb used for smart list 3 is the 300×350 one.
You will need to alter the thumb dimensions from here: http://screencast.com/t/Cr3AHCstq4al
Then regenerate thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Then alter the container width via css. You can use the css from below for it:

.td_smart_list_3 .td-sml3-display-image {
width: 300px;
}

This is not easy if you don’t have basic php/html/css knowledge so I suggest to make a backup and get some to help you with hit if you don’t know how to do it yourself.

Thanks

Post count: 17

Thanks Lucian.
Have a nice week.
b.

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.