View Single Post
  #564  
Old 05-13-2014, 01:53 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart - reBOOT - Responsive Template

Conor, in skin/reboot/css/reboot_sliders_carousels.css

Replace...
Code:
/* preloading images */ .owl-item.loading{ min-height: 150px; background: url(../images/loading.gif) no-repeat center center }
With, eg.
Code:
/* preloading images */ .owl-item.loading{ min-height: 296px!important; background: url(../images/loading.gif) no-repeat center center }
With 296px being the largest scaled height of the slider images in desktop view.

You can set..
Quote:
autoHeight: false,
In skin/reboot/js/reboot.js
__________________
xcartmods.co.uk
Reply With Quote