giterlizzi / dokuwiki-template-bootstrap3

Bootstrap-based template for DokuWiki
https://dokuwiki.org/template:bootstrap3
GNU General Public License v2.0
220 stars 77 forks source link

Image resize (include plugin) #562

Closed londoss closed 3 weeks ago

londoss commented 2 years ago

Description

When using Include plugin, included page (or section) with image cause to show image in original size without resize to.

Steps to reproduce

  1. Install Include plugin
  2. Use to include page or section with image
  3. See the image in included page or section to use original size (overflow the page)

Expected behavior: Image resize to width of dokuwiki page

Actual behavior: Image use size from included page without changing

Versions

Screenshots or Logs

page_100 page_25

Sample page or snippet

See https://archi.gov.cz/nap_dokument:architektura_a_sdilene_sluzby_verejne_spravy_cr#pohled_na_identifikaci_a_identifikatory_klientu_vs

/// code to include section {{section>nap:elektronicka_identifikace_pro_klienty_verejne_spravy#popis_identifikace_klientu_verejne_spravy}} /// code for image in included section {{ :nap-dokument:identifikace.png |}}

giterlizzi commented 3 weeks ago

Fixed in master branch.

Please reinstall the template and flush style cache using /lib/exe/css.php?purge=true URL.