Increase image size of a choice component


How do I increase size of these images in choice components above? Thanks

1 Like

Hi Uzo,
Thanks for your response. However I m not getting any option to add the configuration that you mentioned (

 … width …). I m new to glide. My apologies if I m asking something basic. Thanks again.

Add a rich text component and paste this code:

<pre><span><style>

.lhgdJa {
width:150px!important;
height:150px!important;
}

</pre></span></style>

Perfecto. Thanks a ton!

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.