We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac2150 commit 64aff3dCopy full SHA for 64aff3d
README.md
@@ -58,7 +58,7 @@ $info->image; //The thumbnail or main image
58
$info->code->html; //The code to embed the image, video, etc
59
$info->code->width; //The exact width of the embed code (if exists)
60
$info->code->height; //The exact height of the embed code (if exists)
61
-$info->code->ratio; //The aspect ratio (width/height)
+$info->code->ratio; //The percentage of height / width to emulate the aspect ratio using the paddings.
62
63
$info->authorName; //The resource author
64
$info->authorUrl; //The author url
0 commit comments