I got an error in some browser/computer there product image is "hidden". And after some search it looks it is the "Include module css" in "module settings" that somehow the "lazy" function is not working as it should.
Thats is happening is then this function is active, in some browsers/computers the main product image (in product page) is not show. In category and in show all picture function the main picture is show.
This code, there is the height '0' and the picture is hidden:
.owc_page_label_li img {
height:
}
So if I turn of the whole module it works (all time), and it also works if I just disable the "Include module css". So that function is conflicting with something in some browser/computers/phone.
I got a solution from one other developer I asked, as I first fought this was a problem with one of his modules. It was to (I guess hardcode) this code somewhere in your module:
.owc_page_label_li img {
height: 228px !important;
}
So after disabling the "Include module css" it works again in all my units. But then the function with same hight on products frame don't works. And I liked that funktion.
So my question is, is this a bug? Should I use the extra code given to me, or can you find the real reson for this bug? Is it possible to disable the "lazy" function? Maybe that is not neccesery on all system, maybe better if possible to turn on/off.
And I also say, this may be a conflict with something else as I used this module for some months and this just started like that a few days ago.
Let me know if you need more info/picture. I think you have my info from earlier questions.
/Thomas