Trying to customise the embedly cards height so all the embeded content is the same size. at the moment they come out different sizes, which messes with page layout. The links are dynamically created when users add links into the database.
<blockquote class="embedly-card" data-card-controls="0">
Is there a way to control the height of the content?
Edit:
I put a wrapper over the content to give me some sort of control. Doesnt look as well as I want, but its a temporary solution until the project gets redesigned.
#IframeWrapper{
width: 100%;
position: relative;
padding-bottom: 56.25%;
padding-top: 35px;
height: 0;
overflow: hidden;
}