Could somebody help to disable the queue element effect on Ipad, because it has this anoying delayede response on the Ipad - you have scrollede past the images before they are loaded.
I am trying to use this in override.css:
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
.gkNspPM-Portfolio .animate_queue_element {
opacity: 1 !important;
}
}
But it still uses the effect - what am i missing )
Anybody....