and here I had some suggestions to improve the look of iframely embeds...
@crazycells said in [nodebb-plugin-iframely] IFramely Embeds:
Hi everyone,
If you are self-hosting free iframely, but not happy with how big it looks, unlike the paid one. Here is the most current CSS changes we use for the iframely.
It is still not as pretty as the original iframely embeds, but I believe it is way better than the default one.
Feel free to change/edit it as you like:
.iframely-link .iframely-container { .img-responsive { height:120px !important; width: auto !important; overflow: hidden !important; } .iframely-meta { display: none !important; } .media { float: left !important; padding: 0 5px 0 0 !important; } .media-heading { margin-top: 5px; margin-bottom: 2px; } .description { position: relative !important; top: 10px !important; } .panel-iframely .iframely-embed .one-line { white-space: normal; } .panel-body { padding: 5px; } }