Page 2 of 2

thumbnail list item size

Posted: Tue Jun 17, 2014 12:55 pm
by Evgene Karachevtsev

Dirk,

Could you please try this code:

code.ui-listview .ui-li-has-thumb > .ui-btn > img:first-child {
max-height: 100px;
max-width: 150px;
height: 100px;
width: 150px;
}

.ui-page .ui-li-has-thumb .ui-btn {
min-height: 100px;
box-sizing: border-box;
padding-left: 160px !important;
} /code


thumbnail list item size

Posted: Fri Jun 20, 2014 4:00 pm
by Dirk Gissing

Hello Evgene, your code also didn't work.
But I did something else: I used the property codefont-size/code within your code and now the thumbnail image also shrinks in size. Which is weird because an image property should not be in the same structure as the text. But oh wel, it works now.


thumbnail list item size

Posted: Fri Jun 20, 2014 6:26 pm
by Kateryna Grynko

Hi Dirk,

Add codefont-size/code to CSS selector:
pre.ui-page .ui-li-has-thumb h3{
font-size:10px;
}/pre


thumbnail list item size

Posted: Fri Jun 20, 2014 8:10 pm
by Dirk Gissing

Thank you Katya! Now I am able to adjust the thumbnail image and the text size separately :)