Thank you for your updates and for taking the time to put together a test page, which is very helpful.
If you look at the HTML source text you will see:
<img width="64" height="64" class="attachment-64x64" alt="Wired - Zoolander 2 e il nuovo Bond, che sia Rinascimento a Cinecittà" src="https://academy.romafilm.it/wp-content/plugins/media-library-assistant/images/crystal/pdf.png">
The icon size is set in the <img>
tag, but is overridden by line 656 in your theme’s style.css
file. That’s why you don’t see the correct size. Your style.css
file is also affecting other parts of the display, such as the <dd>
tag for the caption.
If you use a custom style and markup template you can change the class names to avoid the overrides, or you can play with the style sheet. As far as I can see, MLA is performing as it should.
Regarding the mla_viewer
feature, you may be interested to know that I am working hard to restore the PDF thumbnail capability in my next MLA version. The current Development Version has a preliminary implementation of the new feature if you want to give it a try. You can find more information in this recent topic:
Featured Image for mla_viewer
I am marking this issue resolved because MLA is working properly and you should be able to update the CSS styles to get the results you want. Please update this topic if you have problems or further questions and I will give you all the help I can. Thanks for your interest in the plugin.