CMSB v3.66 Beta (Admin Shortcuts & Developer Console)

14 posts by 4 authors in: Forums > CMS Builder
Last Post: March 21   (RSS)

By Deborah - March 19

Jeff,

I noticed the new style rule also is applied to the list page thumbs. There's more width in the image table column on the list page, so those images were much larger than desired.. I added max-width to tame them.

.img_preview {
width: 100%;
max-width: 300px;
height: auto;
}

~ Deborah

By Dave - March 19

Hi All, 

Yea, I like that CSS solution, thank you.  I'll remove the plugin filter and use the suggested CSS class and provide these examples in custom.css.readme: 

/* CMS List View - increase image preview width */
.img-preview {
    width: 100%;
    height: auto;
}

/* Example: CMS List View - increase image preview width for "articles" table */
table[data-table='articles'] .img-preview {
    width: 200px;
    height: auto;
}

I've also increased the default thumbnail sizes a little bit and removed the padding on their containers.  Should have another beta out with that soon.

Dave Edis - Senior Developer
interactivetools.com

By Dave - March 21

Hi All, 

We've released the official version here:
https://www.interactivetools.com/forum/forum-posts.php?CMSB-v3.66-Released-Admin-Shortcuts-Developer-Console-82771

Thank you for all your help as always.  We'll have more updates for you soon!

Dave Edis - Senior Developer
interactivetools.com