Google Docs size

Hi,
how can I change the size of the google document in the media gallery (see note)?

Hi @tksysteme,

You need to override size using CSS. For that you can write Custom CSS under rtMedia admin settings. For example below is the sample CSS code :

 #rtmedia-single-media-container .rtm-google-doc-container {
    height: 100px;
 }
1 Like

many thanks

Hi @tksysteme,

You are welcome :smile: