badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

slider is 1440 pixels wide

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10243
    hijack966
    Participant

    How can i make the slider 1920 pixels wide (full screen)?

    i have inserted a picure of 1920 pixels wide, but on my homepage it shows the picture 1440 picures wide.

    in the sourcecode it says:

    <img class="pngfix wp-post-image" width="1440" height="400" title="Boat Repair" alt="Boat Repair" src="http://www.boat-repair.info/wp-content/uploads/2014/05/slider1-1440x400.jpg"></img>

    how do i get the width to 1920 pixels wide?

    #10247

    hi
    you go to functions.php (inside wp-content->themes->attitude)
    there is functions.php
    Can you see this ?

    	add_image_size( 'featured', 670, 300, true );
    	add_image_size( 'featured-medium', 230, 230, true );
    	add_image_size( 'slider-narrow', 1038, 460, true ); 		// used on Featured Slider on Homepage Header for narrow layout
    	add_image_size( 'slider-wide', 1400, 460, true ); 			// used on Featured Slider on Homepage Header for wide layout
    	add_image_size( 'gallery', 474, 342, true ); 				// used to show gallery all images
    	add_image_size( 'icon', 80, 80, true );						//used for icon on business layout
    

    you just change

    add_image_size( 'slider-wide', 1920, 460, true );

    hope this may help you
    Thank you

    #10251
    hijack966
    Participant

    Super! resolved.

    #10269

    Ok that’s great

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.