Skip to content

Commit 64aff3d

Browse files
authored
Fixed code->ratio description
1 parent 8ac2150 commit 64aff3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ $info->image; //The thumbnail or main image
5858
$info->code->html; //The code to embed the image, video, etc
5959
$info->code->width; //The exact width of the embed code (if exists)
6060
$info->code->height; //The exact height of the embed code (if exists)
61-
$info->code->ratio; //The aspect ratio (width/height)
61+
$info->code->ratio; //The percentage of height / width to emulate the aspect ratio using the paddings.
6262

6363
$info->authorName; //The resource author
6464
$info->authorUrl; //The author url

0 commit comments

Comments
 (0)