We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dfbe0c commit 9c55421Copy full SHA for 9c55421
tests/EmbedTest.php
@@ -84,6 +84,14 @@ public function testUrls()
84
'oembedParameters' => array('omit_script' => true)
85
)
86
);
87
+
88
+ $this->checkUrl(
89
+ 'http://melihasweettimes.files.wordpress.com/2011/11/dsc01636.jpg',
90
+ array(
91
+ 'imageWidth' => 1200,
92
+ 'imageHeight' => 1600
93
+ )
94
+ );
95
}
96
97
public function testUrlParser()
0 commit comments