Slimy remove src attribute and adds data-src - No images displayed
Hi all,
I have just added Slimsy to my Umbraco project. I have used it before and it has worked absolutely fine but the latest version doesn't appear to be working for me at all.
I've added the following two scripts to the header of my page:
Slimy remove src attribute and adds data-src - No images displayed
Hi all,
I have just added Slimsy to my Umbraco project. I have used it before and it has worked absolutely fine but the latest version doesn't appear to be working for me at all.
I've added the following two scripts to the header of my page:
I have then called my code as follows:
This is all well and good except it returns the following HTML:
This is wrong. The Url should be in the src attribute which seems to have been removed by Slimsy so what is going on here?
Hi Jason,
Is that html from view source or from the DOM inspector?
Jeavon
Hi,
The same happens to me.
In desktop works great. On mobile no image.
I have this in the cshtml file:
desktop:
mobile:
Hi,
Add style="max-width: 100%;"
for some reason the master CSS file did "max-width: none;".
is working on a reply...