You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I am considering upgrading from version 4.1.3 to 5.4.3. I have noticed that the current version does not include the share and fullscreen features
I have reviewed the documentation, but perhaps I missed some information. I just want to confirm: does this latest version no longer provide the share and fullscreen features, as in version 4.1.3?
The text was updated successfully, but these errors were encountered:
Yes, that's correct. History API was removed as it's not reliable enough (too dependent on existing website routing and SEO/linking issues). And fullscreen feature was removed as it doubles existing behavior (e.g. click to open image and then click again to open it "more"). You can check this though for fullscreen https://photoswipe.com/native-fullscreen-on-open/
Hi All,
Currently, I am considering upgrading from version 4.1.3 to 5.4.3. I have noticed that the current version does not include the share and fullscreen features
<button class="pswp__button pswp__button--close" title="Close (Esc)"></button>
<button class="pswp__button pswp__button--share" title="Share"></button>
<button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>
<button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button>
I have reviewed the documentation, but perhaps I missed some information. I just want to confirm: does this latest version no longer provide the share and fullscreen features, as in version 4.1.3?
The text was updated successfully, but these errors were encountered: