diff --git a/README.md b/README.md
index 26d20b90..5ace2c0c 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,8 @@
######
-
+
+
# Next Cloudinary
diff --git a/docs/components/CodeBlock/CodeBlock.js b/docs/components/CodeBlock/CodeBlock.js
index d982ca61..cd7b1d2d 100644
--- a/docs/components/CodeBlock/CodeBlock.js
+++ b/docs/components/CodeBlock/CodeBlock.js
@@ -1,13 +1,15 @@
import { useState } from 'react';
import { BsArrowsExpand, BsArrowsCollapse } from 'react-icons/bs'
+import { cn } from '../../lib/utils';
+
import styles from './CodeBlock.module.scss';
-export const CodeBlock = ({ children }) => {
+export const CodeBlock = ({ children, className }) => {
const [expanded, setExpanded] = useState(false);
return (
-
limit
),
- example: () => (thumb
),
+ example: () => (fill
),
more: () => (More Info)
},
{
@@ -222,12 +222,106 @@ background="blue"
Changes the size of the delivered asset according to the requested width & height dimensions.
+The `crop` prop can either be a string, which can accept any [valid Cloudinary crop mode](https://cloudinary.com/documentation/transformation_reference#c_crop_resize),
+or it can accept an object or an array of objects which can take the following options:
+
+