Hey all, I've setup some basic thumbnails for clicking on to open a video or still pic image and yet when I check my browsers they sometimes are not loading fully (the thumbnail is squished). If I hit the refresh page button, then they load properly (full -thumbnail).
Does anyone know why this is happening or how I can fix this.
In the Gantry template manager in the features tab you will see controls fro the "Smartload" feature. In the input box labeled "x-path ignores" add this:
,.clip-item
and apply changes. If this does not solve this issue, add this:
,.clip-row
If that does not solve it you may need to add a 'pseudo-module class suffix' to the module parameters like:
stopsmart
and then and this:
,.stopsmart
to the smartload x-path ignores. If that does not solve it then disable the smartload feature using the on-off toggle switch in Gantry and reply with the status if this issue.