By damodamo on Saturday, 18 July 2015
Posted in General Issues
Replies 9
Likes 0
Views 0.9K
Votes 0
Using the new Komento if a user posts an image or embeds a YouTube video .. it's not responsive.

Is there a way to make the images posts or videos embedded responsive?

Thanks
Hey Damon,

Which theme of Komento are you using? Are you using the wireframe or kuro theme?
·
Saturday, 18 July 2015 22:19
·
0 Likes
·
0 Votes
·
0 Comments
·
·
Saturday, 18 July 2015 22:30
·
0 Likes
·
0 Votes
·
0 Comments
·
I just checked the codes and Komento doesn't actually set the image as responsive. If you have defined a max width and max-height, it would use the specified max width / height for images. In your case, it seems like it is configured to the maximum width of 620px and maximum height is 620px.
·
Saturday, 18 July 2015 23:45
·
0 Likes
·
0 Votes
·
0 Comments
·
So the new komento isn't actually responsive. If I set the max width so it works well on mobile then it's going to look horrible everywhere else.

Is there's way to make komento responsive?
·
Saturday, 18 July 2015 23:53
·
0 Likes
·
0 Votes
·
0 Comments
·
The new Komento and the old Komento poses the same behavior, so to be honest, I really have no idea why do you say that the old Komento is responsive? I will log a ticket internally and see what we can do about this in the future
·
Sunday, 19 July 2015 15:37
·
0 Likes
·
0 Votes
·
0 Comments
·
I don't say the new Komento is responsive.

I just bought the new Komento thinking it was responsive.

It turns out, it's the backend that is responsive - not the front end.
·
Sunday, 19 July 2015 15:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Oh, I think I misunderstood you sorry. I thought you were referring to the image that is responsive on older version. I have already logged a ticket internally and the next version should fix this.
·
Sunday, 19 July 2015 16:19
·
0 Likes
·
0 Votes
·
0 Comments
·
I've installed the new version and the front end isn't responsive to images submitted by the users. If the user submits an image it breaks the layout. you can see here a comment towards the bottom of the post has an image and it breaks the page:

http://www.thevillablog.co.uk/aston-villa-blog/avfc-results/did-you-really-want-anything-else-three-points-on-opening-day-of-season-at-bournemouth/
·
Tuesday, 11 August 2015 15:18
·
0 Likes
·
0 Votes
·
0 Comments
·
hey Damodamo,

Can you try apply this following css in your current template JoomlaFolder/templates/rt_plethora/css/rt_plethora-custom.css and see how it goes? (remember clear all the cache before browse the page)

@media (max-width:768px){
#section-kmt .kmt-text img {
max-width: 100% !important;
}
}
·
Tuesday, 11 August 2015 16:33
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post