Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • vernontee Friend
    #898969

    May i know why i use K2 articles and they arent responsive? Using joomla normal content is fine.. but pasted in a K2 article it breaks. Also im using Allvideos youtube plugin and despite the fact i set it at 480|320 it still goes full width

    Pankaj Sharma Moderator
    #898980

    Hi
    can u provide more details which articles is not responsive and in which device you are facing issue with url of article .
    Also provide info for video issue with screenshot and page url so i can check it .

    vernontee Friend
    #904954

    I added the link to the problem in the private message.. it also occurs here –> http://rapidfy.com/why-list-your-business

    Pankaj Sharma Moderator
    #905075

    Hi
    Add this code in custom.css file

    .com_k2 .itemFullText img {
        width: 100%;
    }

    It will make the images 100% width .

    vernontee Friend
    #905272

    Its very very bad….. please see.. http://screenpresso.com/=UXX1c

    I dont need the images full width, i just want the responsive.. having the 100% on desktop is too much. Btw, this does not affect the video.. the video still breaks responsiveness

    Pankaj Sharma Moderator
    #905273

    Hi
    To apply the the class only for small screen use this code

    @media (max-width:468px) {.com_k2 .itemFullText img {
        width: 100%;
    }}

    it work only for image below the 468px width .

    vernontee Friend
    #906110

    it works.. somewhat… but videos are still a no go. Its still broken.

    http://screenpresso.com/=c9w6e

    Pankaj Sharma Moderator
    #906115

    Hi
    Video is not handled by template its coming from the style code of extension here > http://prntscr.com/algyg0
    here is i suggest you to contact to video extension support team to how to make it responsive .

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 7 replies, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum