As we are mentioning the size here so it not becoming responsive
// Add it for posts } addimagesize('slider', 554, 414, true); } addaction('aftersetuptheme', 'wprptactivationhook');
// Array of custom image sizes to add $myimagesizes = array( array( 'name'=>'slider', 'width'=>554, 'height'=>414, 'crop'=>true ), );
How can we make fhe slider responsive?
As we are mentioning the size here so it not becoming responsive
// Add it for posts
}
addimagesize('slider', 554, 414, true);
}
addaction('aftersetuptheme', 'wprptactivationhook');
// Array of custom image sizes to add
$myimagesizes = array(
array( 'name'=>'slider', 'width'=>554, 'height'=>414, 'crop'=>true ),
);