I also have the same issue.
Here is how the item is rendered in safari on mac:
<div class="collection-item of-h mix cuar_private_file" style="-webkit- display: inline-block; transform: translate(0px, 0px);">
And here is how it is rendered on chrome on mac:
<div class="collection-item of-h mix cuar_private_file" style=" display: inline-block; transform: translate(0px, 0px);">
I’ve stopped my investigations here, any ideas ?
-
This reply was modified 7 years, 11 months ago by lracicot.