« See all FAQs for Black Pearl - Responsive Wordpress Theme
How can i modify my portfolio details page so my images appear smaller/original size (centering images instead of fill)?
To do so you have to open “custom.js” file that is located under “assets/js” folder with your favorite text editor and look for the following line:
function PortfolioSingle() {
under that line there is a line that looks like this:
$container.touchSlider({ display: 'fill' });
change that so it looks like below:
$container.touchSlider();then save your file.





