Skip to content

Commit

Permalink
Fixed code->ratio description
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Jan 5, 2024
1 parent 8ac2150 commit 64aff3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -58,7 +58,7 @@ $info->image; //The thumbnail or main image
$info->code->html; //The code to embed the image, video, etc
$info->code->width; //The exact width of the embed code (if exists)
$info->code->height; //The exact height of the embed code (if exists)
$info->code->ratio; //The aspect ratio (width/height)
$info->code->ratio; //The percentage of height / width to emulate the aspect ratio using the paddings.

$info->authorName; //The resource author
$info->authorUrl; //The author url
Expand Down

0 comments on commit 64aff3d

Please sign in to comment.