Forums

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

Home Forums CSS Trying to make images on page larger (WordPress)

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #251062
    tonyhawk60
    Participant

    Hi there,

    I have been trying to fool around with my CSS to make my images on pages larger. They seem to be set at a default size and I cannot find the function to change this. I want to extend them closer to the edge of frame.

    I have managed to move other things, but I cannot figure out how to make the standard image size larger.

    Here is the site: http://ohboywonder.com/1-2/

    Any help is appreciated!
    Thank you!

    #251064
    Shikkediel
    Participant

    It’s hard coded in this script:

    Link

    th = $(window).height()-260;
    
    #251079
    tonyhawk60
    Participant

    Thanks Shikkediel, is there a way I can change this? I don’t understand why its coded at ‘-260’

    #251082
    Shikkediel
    Participant

    Looks like a rather random number with no direct relation to anything that I can see. Page still works fine in Codepen when it is different. I can’t tell you how to access and change the script (don’t know your setup and I’m no hero with WP) but that is what would be needed.

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