Gator Well-known member Apr 3, 2019 #1 How could I enlarge the FURL image size? It is too small now and I would like to make it larger. Any help would be appreciated.
How could I enlarge the FURL image size? It is too small now and I would like to make it larger. Any help would be appreciated.
Russ Well-known member Apr 3, 2019 #2 This in extra.less should do the trick: Code: .bbCodeBlock--unfurl .contentRow-figure.contentRow-figure--fixedSmall { width: 110px; } Any larger than that you may need to add this in: Code: .bbCodeBlock--unfurl .contentRow-figure.contentRow-figure--fixedSmall { width: 110px; img { max-height: 100px; } } Upvote 0 Downvote
This in extra.less should do the trick: Code: .bbCodeBlock--unfurl .contentRow-figure.contentRow-figure--fixedSmall { width: 110px; } Any larger than that you may need to add this in: Code: .bbCodeBlock--unfurl .contentRow-figure.contentRow-figure--fixedSmall { width: 110px; img { max-height: 100px; } }