Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8284853
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T11:15:46+00:00 2026-06-08T11:15:46+00:00

In wordpress pages is there a plugin for vertical images.. I want a web

  • 0

In wordpress pages is there a plugin for vertical images..

I want a web page which should look like as follows:

enter image description here

In this there a main panel Products .And which has images as accordions..

Only 10% of the image is visible..but onclick of the image1 It should expand 100% as follows :

enter image description here

And the main thing is..These images user should be able to put in WP pages

Static its possible ..as shown in this

but i want it to be edited in the page or ..some othe way ..may be in one folder..

Is it possible?
Is there a plugin which will help me out ?
or else if i need to code for that then
can anyone give me idea regarding same…?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T11:15:47+00:00Added an answer on June 8, 2026 at 11:15 am

    Here is your simple jQuery slider/accordion:

    You can inspect from here (jsfiddle).

    jQuery:

    $('div').bind({
      click: function() {
        $('div').stop().animate({'height':'100px'},600);//600 sets time. 600miliseconds
        $(this).stop().animate({'height':'320px'},600);
      },
      /* if you want to do it with hover effects, just deactive click and use these:
      mouseenter: function() {
        $('div').stop().animate({'height':'100px'},600);//600 sets time. 600miliseconds
        $(this).stop().animate({'height':'320px'},600);
      },
      mouseleave: function() {
        $('div').stop().animate({'height':'100px'},600);
      }
      */
    });​
    

    html:

    <div>
       <img src="http://www.hurriyet.com.tr/_np/7181/17287181.jpg" />
    </div>
    <div>
       <img src="http://www.hurriyet.com.tr/_np/2790/17282790.jpg" />
    </div>
    <div>
       <img src="http://www.hurriyet.com.tr/_np/6751/17286751.jpg" />
    </div>
    <div>
       <img src="http://www.hurriyet.com.tr/_np/7203/17287203.jpg" />
    </div>
    

    css:

    div { overflow:hidden; float:left; height:100px; margin:0 5px; border-bottom: 1px solid #000; }  ​
    

    Note: You can use this on everything, just need to initialise jQuery (:

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a WordPress site which have 4 pages with one page is a
Specifically, we would like to have a Blogroll plugin on the Wordpress page, but
I'm working on wordpress plugin, which handles shopping cart. I have two pages, checkout
I would like to display tagcloud in my home page. Found this wordpress flash
How does a plugin add a page to the current WordPress theme a given
is there a wordpress function that I can use to detect pages? example of
I'm making a wordpress theme options page, and one of the options I want
what I have: a google search form (displayed on all pages) a wordpress page
Is there a way to have a hierarchical nav for Wordpress static pages without
I have a WordPress plugin that loads pages with AJAX and to ensure compatibility

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.