By GiorgioTmk on Thursday, 24 October 2024
Replies 5
Likes 0
Views 291
Votes 0
Good morning, I have a problem with the Jevent component on Joomla.
When I look at a calendar article created on Jevent with the desktop version there is no problem, but from mobile, with my mobile phone, the photos are stretched and distorted!
How can I prevent the photos from being resized?
Thank you very much
Are these images in the HTML editor description field? You should be able use CSS to make these resize based on the page size

What is the URL?
·
5 months ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,
TitleThis is the url.
·
4 months ago
·
0 Likes
·
0 Votes
·
0 Comments
·
This isn't a JEvents problem - its an issue with your template and how you have inserted the images.

There is an easy fix though - in your custom JEvents css file add this


.jev_evdt_desc img {
height: auto;
}
·
4 months ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank You Very Much.
Where is located this file ?
Thank You
·
4 months ago
·
0 Likes
·
0 Votes
·
0 Comments
·
http://YOURDOMAIN/administrator/index.php?option=com_jevents&view=customcss
·
4 months ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post