Joined September 2013
·

Kingshuk Biswas

Kolkata, India
·
·

Posted to Wordpress Custom Post Type Slider over 1 year ago

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 ),
);

Posted to Wordpress Custom Post Type Slider over 1 year ago

How can we make fhe slider responsive?

Achievements
1 Karma
0 Total ProTip Views