Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #904462

    H
    The image used on the video is used 100% width of the container . At this time the image is small so it resized and make full width with respect to the container . You can see the code Here : http://prntscr.com/ajmhpq

    holmanresearch Friend
    #904518
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #904528

    Hi
    You can add below code in custom.css file to apply a max width for the image .

    .magazine-featured .magazine-featured-intro .magazine-item .item-image img {
    
        max-width: 900px; 
    margin: 0 auto;
    }

    change the width value with your value

    holmanresearch Friend
    #904645
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #904648

    Hi
    Create a file in the template css folder .
    Path: /templates/YOUR JA Template/css/custom.css

    And add the code the i provided to you .
    Clean your Joomla cache and browser cache to see changes

    holmanresearch Friend
    #904774
    This reply has been marked as private.
Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  holmanresearch 8 years, 8 months ago.

The topic ‘Want to shrink video photo on home page’ is closed to new replies.