এই প্লাগইনটি ওয়ার্ডপ্রেসের সর্বশেষ ৩টি মেজর রিলিজের সাথে পরীক্ষা করা হয়নি। এটি আর রক্ষণাবেক্ষণ বা সমর্থন করা নাও হতে পারে এবং ওয়ার্ডপ্রেসের আরও সাম্প্রতিক সংস্করণগুলোর সাথে ব্যবহার করার সময় কম্প্যাটিবিলিটি ইস্যু থাকতে পারে।

Side by Side

Description

This plugin allows you to put two images next to each other. When you move your mouse over them, the line that separates them will move with it! It’s perfect to compare “before” and “now” images.

This plugin will use jQuery to detect when your mouse gets into the box and move the white bar with it.

Simply use the shortcodes like this:
[sidebyside]
[sidebyside-left]
Put here whatever content you want to be on the left side
[/sidebyside-left]

  [sidebyside-right]
    This is the place for the content that goes to the right
  [/sidebyside-right]
[/sidebyside]

What should I put in the shortcodes?

You can put whatever you want.

My suggestion is that you put two images with the same height

Is it responsive?

Yes!

All CSS properties are written with responsive design in mind. So it will look good in all kind of screen sizes.

Screenshots

  • Default view of two pictures.

  • Once I move the mouse over the images, the separating bar moves with it.

Installation

  1. On the left side menu select Plugins > Add New
  2. In “Search Plugins” field enter “side by side” and search
  3. Press “Install Now” button of the “side by side”

FAQ

Installation Instructions
  1. On the left side menu select Plugins > Add New
  2. In “Search Plugins” field enter “side by side” and search
  3. Press “Install Now” button of the “side by side”
Do I need to be a programmer?

No! All you need to do is using these shortcodes:

[sidebyside]
  [sidebyside-left]
    Put here whatever content you want to be on the left side
  [/sidebyside-left]

  [sidebyside-right]
    This is the place for the content that goes to the right
  [/sidebyside-right]
[/sidebyside]
What should I put in the shortcodes?

You can put whatever you want.

My suggestion is that you put two images with the same height

Is it responsive?

Yes!

All CSS properties are written with responsive design in mind. So it will look good in all kind of screen sizes.

Reviews

জুলাই 18, 2017 1টি উত্তর
A useful plugin if you want the user to be able to see images side by side
সেপ্টেম্বর 3, 2016
I have had no troubles since I developed the plugin. I you had some, please, let me know!
সব রিভিউ পড়ুন

ডেভেলপার এবং কন্ট্রিবিউটর

“Side by Side” is open source software. The following people have contributed to this plugin.

কন্ট্রিবিউটর

Translate “Side by Side” into your language.

ডেভেলপমেন্ট এ আগ্রহী?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

=1.0.2=
*Minified script is loaded by default. Non minified if SCRIPT_DEBUG is set to true

=1.0.1=
*Script is loaded in the footer

1.0.0

  • First release