Google Photos integration for Obsidian

Make a CSS snippet under Settings > Appearance > CSS snippets, and use:

.google-photos-codeblock {
  overflow: visible;
  max-height: none;
}
1 Like