Hi
Where can I disable Lazy Load function on Creativity template?
Thanks
echo '<a href="'.$this->get_link($i).'" title="'.strip_tags($this->parent->content[$i]['title']).'" class="gkImage animate_queue_element active">';
echo '<a href="'.$this->get_link($i).'" title="'.strip_tags($this->parent->content[$i]['title']).'" class="gkImage active">';
normanUK wrote:@KSD, show me your site please as I have tested this already.
.gkNspPM-Portfolio .gkImagesWrapper > a { transform: scale(1)!important; }
normanUK wrote:If you can remove 'animate_queue_element' class as I have suggested then you would need following css code as currently each items scale is set to '0' and once animation plays it transforms scale to '1'. So without animation there is no css change.
So anyone who removed the class please add following css code and it should display fine in the module.
- Code: Select all
.gkNspPM-Portfolio .gkImagesWrapper > a { transform: scale(1)!important; }
See you around...
<script type='text/javascript'>
window.onload = setTimeout("window.scrollBy(1,1);",2500);
</script>
normanUK wrote:KSD I still see following class in gkimages in GK5 module "animate_queue_element". This needs to be removed.