> [!Metadata|i-at]
> [[ITS Theme]]
# Embed Adjustments
> More flexibility to hide elements within, move/position, and re-size embedded notes.
> Embed Adjustments use the [[Image Adjustments|same parameters]] as the images for [[Image Adjustments#Sizing|resizing]] and [[Image Adjustments#Position|moving]] embeds
📥 [Download Embed Adjusment Snippet](https://github.com/SlRvb/Obsidian--ITS-Theme/blob/main/Snippets/S%20-%20Embed%20Adjustments.css)
> [!caution] Do not use snippet version with the ITS Theme installed
---
```markdown
![[Embedded Note Link|attribute]]
![[Embedded Note|full no-title]]
```
| Attribute | Abbr | Description |
| --- | --- | --- |
| `no-link` | `nlk` | Hide the embed link icon |
| `link-hover` | `lk-hvr` | Hide embed unless hovering over embed |
| `link-left` | `lk-l` | Move link to the left |
| `link-clear` | `lk-clear` | Make background of the link transparent |
| `clean` | | Removes borders/etc to hide embed design |
| `collapse` | | Removes all margin and padding from elements inside embeds |
%%| `.` | `nmg` | Will remove margins and padding |%%
## Heading & Titles
| Attribute | Description |
| --- | --- |
| `no-title` | Hide the title of the embedded page |
| `no-inline-title` | Hide the inline title of the embedded page |
| `no-h` | Hide all headers in the embedded page |
| `no-h1` | Hide all header 1s in the embedded page |
| `no-h2` | Hide all header 2s in the embedded page |
| `no-h3` | Hide all header 3s in the embedded page |
| `no-h4` | Hide all header 4s in the embedded page |
| `no-h5` | Hide all header 5s in the embedded page |
| `no-h6` | Hide all header 6s in the embedded page |
# Sizing
Sizing sames are the as the [[Image Adjustments#Sizing|Image Adjustment Sizing]] and [[Callout Adjustments#Sizing|Callout Adjustment Sizing]] names
| Attributes | Embed Width `%` |
| --- |:---:|
| `wmicro` | 10% |
| `wtiny` | 20% |
| `wsmall` | 30% |
| `ws-med` | 40% |
| `wm-sm` | 50% |
| `wmed` | 60% |
| `wm-tl` | 80% |
| `wtall` | 95% |
![[Image Adjustments#^img-adj-sizing-height|clean]]