In last two versions of Responsify I noticed problem with embeding PDF in article (local and remote from Google Drive with embed code)
You can see on attached image that the height does not correspond to the given values.
If I commnent out height: auto in media/plg_system_wf_responsify/css/responsive.min.css i get given values but other elements such is YouTube video loses its responsivnes.
embed.wf-responsive-full, object.wf-responsive-full, video.wf-responsive-full {
width: 100% !important;
/* height: auto !important; */
}
.wf-responsive-iframe, .wf-responsive:not(table) {
max-width: 100% !important;
/* height: auto; */
}