wagn.slotReady(function(slot) { slot.find('.card-content.TYPE_PLUS_RIGHT-page-description').readmore({ maxHeight: 90, embedCSS: false }); slot.find('.titled_with_edit-view.RIGHT-about > .card-content').each(function() { $(this).readmore({ maxHeight: 180, speed: 500 }); }); slot.find('.TYPE-company > .top > .TYPE_PLUS_RIGHT-company-about.card-content').each(function() { $(this).readmore({ maxHeight: 190, speed: 500 }); }); slot.find('.TYPE-topic > .top > .TYPE_PLUS_RIGHT-topic-about.card-content').each(function() { $(this).readmore({ maxHeight: 50, speed: 500 }); }); slot.find('.details > .RIGHT-topic_detail > .TYPE_PLUS_RIGHT-analysi-overview').each(function() { $(this).readmore({ maxHeight: 50, speed: 500 }); }); slot.find('.titled_with_edit-view.RIGHT-about > .card-content').each(function() { $(this).readmore("resizeBoxes"); }); });