#rslides1_s0 img{
background-color:transparent !important;
border-style:none;
border-width:0px;
height:350px;
max-height:350px;
max-width:765px;
width:765px !important;
}
This is how is my CSS code for image size.
-
This reply was modified 8 years, 9 months ago by
ineseltd.
-
This reply was modified 8 years, 9 months ago by
ineseltd.
Hi, additionally you can change the generated image sizes as explained here https://wpadverts.com/documentation/custom-image-sizes/
Hello,
Thank you
In fact, I need to change the actual image size and use a different one than the used in the functions file as bellow
<?php $image = wp_get_attachment_image_src( $tmp_post->ID, ‘large’ ) ?>
I just want to change the ‘large’ image size but in my child them function file.
Hi, to change size of the “large” images you can use a plugin like Simple Image Sizes https://ww.wp.xz.cn/plugins/simple-image-sizes/