You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param string|null $position Place the asset in one of nine predefined positions of the viewport. This is most effective for when the asset is scaled and you want to position the element to a specific position.
549
+
* @param string|null $position Place the asset in one of nine predefined positions of the viewport. This is most effective for when the asset is scaled and you want to position the element to a specific position. <ul> <li>`top` - top (center)</li> <li>`topRight` - top right</li> <li>`right` - right (center)</li> <li>`bottomRight` - bottom right</li> <li>`bottom` - bottom (center)</li> <li>`bottomLeft` - bottom left</li> <li>`left` - left (center)</li> <li>`topLeft` - top left</li> <li>`center` - center</li> </ul>
548
550
*
549
551
* @return $this
550
552
*/
@@ -625,7 +627,7 @@ public function getEffect()
625
627
/**
626
628
* Sets effect
627
629
*
628
-
* @param string|null $effect A motion effect to apply to the Clip.
Copy file name to clipboardExpand all lines: src/Model/HtmlAsset.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -297,7 +297,7 @@ public function getType()
297
297
/**
298
298
* Sets type
299
299
*
300
-
* @param string $type The type of asset - set to <b>html</b> for HTML.
300
+
* @param string $type The type of asset - set to `html` for HTML.
301
301
*
302
302
* @return $this
303
303
*/
@@ -441,7 +441,7 @@ public function getPosition()
441
441
/**
442
442
* Sets position
443
443
*
444
-
* @param string|null $position Place the HTML in one of nine predefined positions within the HTML area.
444
+
* @param string|null $position Place the HTML in one of nine predefined positions within the HTML area. <ul> <li>`top` - top (center)</li> <li>`topRight` - top right</li> <li>`right` - right (center)</li> <li>`bottomRight` - bottom right</li> <li>`bottom` - bottom (center)</li> <li>`bottomLeft` - bottom left</li> <li>`left` - left (center)</li> <li>`topLeft` - top left</li> <li>`center` - center</li> </ul>
0 commit comments