Skip to content

How to resize image? #48

@fifiteen82726

Description

@fifiteen82726

Here is my html


<a class="embedly-card" data-card-theme="dark" href="https://github.com/embedly/embedly-jquery"></a>
<a class="embedly-card" data-card-theme="dark" href="http://rubyonrails.org/"></a>
<a class="embedly-card" data-card-theme="dark" href="https://www.facebook.com/"></a>

Here is my jquery

<script type="text/javascript">
$( document ).ready(function() {
$.embedly.defaults.key = 'my key';
$.embedly.defaults.query = {width: 150};
$('a').embedly();
});
</script>

it doesn't work, the images still perform original size.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions