From 64aff3d004e3a3f6daeed6bdbd20f03285b72dac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Otero?= Date: Fri, 5 Jan 2024 12:56:47 +0100 Subject: [PATCH] Fixed code->ratio description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a45e46e0..fbbd5144 100644 --- a/README.md +++ b/README.md @@ -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