Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

Side by Side

Описание

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.

Скриншоты

  • Default view of two pictures.

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

Установка

  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»

Часто задаваемые вопросы

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.

Отзывы

Посмотреть все 2 отзыва

Участники и разработчики

«Side by Side» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «Side by Side» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

=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