image not displaying on j3.6.5 SOLVED
Hello,
First of all, thank you very much with this wonderful plugin.
I have used it on my website and everything was just perfect, but now popups are not displayed anymore. Do you think that it may be due to the upgrade to j3.6.5 (previously I was on j3.6.4). I tried to reinstall it exactly like before, but I cannot enlarge pictures anymore
please could you help me?
regards
Please Log in or Create an account to join the conversation.
Please give me link to your site.
Please Log in or Create an account to join the conversation.
here it is:
salon-expertscnes.fr/
thank you
Please Log in or Create an account to join the conversation.
Plugin works only with images with absolute size setted in attributes width/height or attribute style. You use
<td style="width: 33%; padding-right: 15px;">
<p><img src="/images/affiche.png" alt="expert-cnes.fr" style="color: #3d3d3f; font-family: 'Open Sans', arial, sans-serif; font-size: 13px; text-align: justify; margin-right: 10px; margin-bottom: 10px; float: left;" longdesc="expert-cnes.fr" class="" width="100%" height="NaN"></p>
</td>
Please use
<img src="/images/affiche.png" alt="expert-cnes.fr" style="margin-right: 10px; margin-bottom: 10px; float: left;" longdesc="expert-cnes.fr" width="370" height="522">
Please Log in or Create an account to join the conversation.
ok thank you very much, I've put this width in % in order to fit for mobile device, I will put back fixed size.
Thank you very much
Please Log in or Create an account to join the conversation.