Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author subhansanjaya

    (@subhansanjaya)

    You could change the numeric values of width and height attributes of following class on assets/custom-style.css file inside the plugin folder. This will overwrite when you update the plugin. So, It is better to override this classs on one of your style sheets. (Just copy and pasteit on one of your css files.) Please, make sure to add !important before the semicolon. e.g width: 115px !important; This will apply the value for the property always.

    Please, check the pro version if you would like to change the width and height from the backend and also to set number of items be displayed on the slider. Also, there are many options avaiable to configure the slider. If you have any questions, please contact me via my pesonal web site regarding the pro version. Thank you.

    .chpcs_image_carousel img {
    	border: 1px solid #ccc;
    	background-color: white;
    	padding: 9px;
    	margin:5px 0 5px 0;"
    	display: block;
    	float: left;
    	width: 115px;
    	height: 115px;
    }
    Thread Starter edunne123

    (@edunne123)

    Got it, this is great. Now I want the titles to always show under the thumbnails. Depending on the length of the title, sometimes the titles start on the right an wrap.
    http://www.waltersrun.org. see plugin towards bottom. thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Size of thumbnail’ is closed to new replies.