Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Help Resizing Image Thumbnails on a page

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #198190
    derrickhand300
    Participant

    Hello
    My question involves how to use CSS to resize all video image thumbnails on a page-I am using a module to combine videos from 3 different sources
    1- youtube
    2-vimeo
    3 my site
    into a grid layout on a webpage
    In my page html I have this
    [code]

    (the div id here called video_thumbs)
    {jrSeamless_list modules=”jrYouTube,jrVideo,jrVimeo” order_by=”_created numerical_desc” require_image=”video_image” pagebreak=28 page=$_post.p pager=true template=$tpl}

    [/code]

    In my custom.css I have added
    .video_thumbs {

    And tried a number of methods after that none of which work for me

    Here is the live test page
    http://theamericandriller.com/test2

    Can anyone tell me how to use css to resize all the video thumbnail images on the page to 200px by 300px
    so that they work in a grid
    Thank you

    #198197
    derrickhand300
    Participant

    Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.