react-photoswipe icon indicating copy to clipboard operation
react-photoswipe copied to clipboard

PhotoSwipe, PhotoSwipeGallery component for ReactJS base on PhotoSwipe.

Results 25 react-photoswipe issues
Sort by recently updated
recently updated
newest added

In this set of slides, some vertical charts show the correct proportions, show normal, some vertical charts show abnormal proportions, pictures go shape, squeeze into horizontal charts eg:https://www.dwnews.com/%E8%A7%86%E8%A7%89/60261349/%E6%97%B6%E5%B0%9A%E7%95%8C%E5%A5%A5%E6%96%AF%E5%8D%A1MetGala%E5%9C%A8%E7%BA%BD%E7%BA%A6%E4%B8%BE%E8%A1%8C%E7%BA%A2%E6%AF%AF%E7%BE%A4%E6%98%9F%E9%97%AA%E8%80%80%E9%80%A0%E5%9E%8B%E5%90%B8%E7%9D%9B%E5%9B%BE%E9%9B%86#media_id=651669 https://media.dwnews.net/dw/5sWvEfitGteoOtefi8IJfJioCps%3D/320*0/media/images/dw/0522625fe40005336051a9442fc8d531.jpg?v=w1920

When running a project that includes `react-photoswipe`, the following warning is issued in the console: ``` Replace Autoprefixer browsers option to Browserslist config. Use browserslist key in package.json or .browserslistrc...

Since the latest update to React devtools. I've noticed the following warning: > Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details. > >...

Hi there, The photoswipe container is right after the items in the HTML Dom. Since my items are already inside a fixed container, the `.pswp`-Element is then fixed inside fixed....

There is no UI rendered because `dist` does not have the ui icons.

It would be nice to have typescript typings for this. I wrote a first version of them here: ```Typescript declare module 'react-photoswipe' { import * as React from 'react'; export...

Demo Image urls are broken. For example: http://lorempixel.com/1200/900/nightlife/4 Does not load

In running the react-photoswipe example, when you swipe through the images you can see in the network tab that it makes requests for each image. Even if you swipe back...

node_modules\react-photoswipe\src\photoswipe.js Unexpected token (9:19) You may need an appropriate loader to handle this file type. class PhotoSwipe extends React.Component { | static propTypes = { | isOpen: React.PropTypes.bool.isRequired, | items:...