mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Fix typos in vimeo sc description
This commit is contained in:
@@ -352,7 +352,7 @@ Using the preceding `vimeo` example, the following HTML will be added to your re
|
||||
{{% /output %}}
|
||||
|
||||
{{% tip %}}
|
||||
If you want to further customize the visual styling of the YouTube or Vimeo output, you can add a `class` named parameter when calling the shortcode that will be added to the `<div>` that wraps the `<iframe>` *and* remove the inline styles. Note that you will need to call the `id` as a named parameter as well.
|
||||
If you want to further customize the visual styling of the YouTube or Vimeo output, add a `class` named parameter when calling the shortcode. The new `class` will be added to the `<div>` that wraps the `<iframe>` *and* will remove the inline styles. Note that you will need to call the `id` as a named parameter as well.
|
||||
|
||||
```
|
||||
{{</* vimeo id="146022717" class="my-vimeo-wrapper-class" */>}}
|
||||
|
||||
Reference in New Issue
Block a user