bluemartian Member Apr 13, 2020 #1 Are there any styles that control unfurled URLs? While they look nice, I'd love to be able to tweak the look of them, mainly for font size and such. I'm a fan of how Slack does unfurls: Thanks!
Are there any styles that control unfurled URLs? While they look nice, I'd love to be able to tweak the look of them, mainly for font size and such. I'm a fan of how Slack does unfurls: Thanks!
l3ta Well-known member Apr 13, 2020 #2 Yes. Put the following code in your extra.less template to change the font size of the unfurled title: Code: .bbCodeBlock--unfurl .contentRow-header {font-size: 50px;} And this code to change the font size of the content snippet: Code: .bbCodeBlock--unfurl .contentRow-snippet {font-size: 40px;} Upvote 0 Downvote
Yes. Put the following code in your extra.less template to change the font size of the unfurled title: Code: .bbCodeBlock--unfurl .contentRow-header {font-size: 50px;} And this code to change the font size of the content snippet: Code: .bbCodeBlock--unfurl .contentRow-snippet {font-size: 40px;}
BobHarbison Active member Apr 17, 2020 #3 Nice, but can we change the image size as well? I'd like a bigger image. Upvote 0 Downvote