Hi Alex ,
The images in my app are only shows its 50-70% of his width.Can you please suggest me any alternative so that I can resolve this issue on app.
Are you talking about the courses cards on directory page in app ?
Please try adding this css in your ionic project folder src/theme/variable.scss :
.course_block course_featured_image { background-position: 50%; }
That is the best we can do to fit the image in the course card .
Okay Alex . Thank You I will try this .